Html Css Color HEX #260472 Persian Indigo

📋 copy color: '#260472'

red 38 ◦ green 4 ◦ blue 114

#260472
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #260472

Tints of Persian Indigo #260472

RGB

 RED value IS 38 (15.23% from 255) = 24.36%

 GREEN value IS 4 (1.95% from 255) = 2.56%

 BLUE value IS 114 (44.92% from 255) = 73.08%

R = 24.36%
G = 2.56%
B = 73.08%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#260472 (or 0x260472) is known color: Persian Indigo. HEX triplet: 26, 04 and 72. RGB value is (38,4,114). Sum of RGB (Red+Green+Blue) = 38+4+114=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #260472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260472 is #D9FB8D. Grayscale: #1A1A1A. Windows color (decimal): -14285710 or 7472166. OLE color: 7472166.

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

Color convert

RGB 38 4 114 -
CMYK 0.67 0.96 0 0.55
HSL 258.55º 0.93% 0.23% -
HSV(B) 258.55º 0.96% 0.45% -
XYZ 3.88 1.71 16.05 -
YUV 26.71 177.26 136.06 -
System Red Green Blue C M Y K H S L
Decimal 38 4 114 0.67 0.96 0 0.55 258.55 0.93 0.23
Hex 26 4 72 43 60 0 37 103 5D 17
Octal 46 4 162 103 140 0 67 403 135 27
Binary 100110 100 1110010 1000011 1100000 0 110111 100000011 1011101 10111

Color Harmonies of #260472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260472

Black with #260472

Text Example


Text Example

White with #260472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260472; }

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

 H1.HeaderClassName
 {
   color: #260472;
 }
 .AnyTagClassName
 {
   color: #260472;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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