#260272

Color #260272 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #260272

Tints of Persian Indigo #260272

Color information

#260272 (or 0x260272) is unknown color: approx Persian Indigo. HEX triplet: 26, 02 and 72. RGB value is (38,2,114). Sum of RGB (Red+Green+Blue) = 38+2+114=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 114 (44.92% from 255 or 74.03% from 154); Max value from RGB is 114 - color contains mainly: blue. Hex color #260272 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260272 is #D9FD8D. Grayscale: #191919. Windows color (decimal): -14286222 or 7471654. OLE color: 7471654.

HSL color Cylindrical-coordinate representation of color #260272: hue angle of 259.29º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #260272 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB382114-
CMYK0.670.9800.55
HSL259.29º96.55%22.75%-
HSV(B)259.29º98.25%44.71%-
XYZ3.861.6716.04-
YUV25.53177.93136.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 114 (44.92% from 255) = 74.03%
R=24.68%
G=1.30%
B=74.03%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3821140.670.9800.55259.2996.5522.75
Hex2627243620371036117
Octal46216210314206740314127
Binary100110101110010100001111000100110111100000011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260272; }

 p { color: rgb(38,2,114); }

 H1.HeaderClassName
 {
   color: #260272;
 }
 .AnyTagClassName
 {
   color: #260272;
 }
</style>
background-color css

<style>
 a { background-color: #260272; }

 a { background-color: rgb(38,2,114); }

 div.DivClassName
 {
   background-color: #260272;
 }
 .BgClassName
 {
   background-color: #260272;
 }
</style>
border-color css

<style>
 span { border-color: #260272; }

 span { border-color: rgb(38,2,114); }

 td.TdClassName
 {
   border-color: #260272;
 }
 .TagClassName
 {
   border-color: #260272;
 }
</style>