Html Css Color HEX #260772 Persian Indigo

📋 copy color: '#260772'

red 38 ◦ green 7 ◦ blue 114

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

Shades of Persian Indigo #260772

Tints of Persian Indigo #260772

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.4%

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

R = 23.9%
G = 4.4%
B = 71.7%

CMYK

 C value IS 0.67

 M value IS 0.94

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#260772 (or 0x260772) is known color: Persian Indigo. HEX triplet: 26, 07 and 72. RGB value is (38,7,114). Sum of RGB (Red+Green+Blue) = 38+7+114=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 114 (44.92% from 255 or 71.70% from 159); Max value from RGB is 114 - color contains mainly: blue. Hex color #260772 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260772 is #D9F88D. Grayscale: #1C1C1C. Windows color (decimal): -14284942 or 7472934. OLE color: 7472934.

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

Color convert

RGB 38 7 114 -
CMYK 0.67 0.94 0 0.55
HSL 257.38º 0.88% 0.24% -
HSV(B) 257.38º 0.94% 0.45% -
XYZ 3.91 1.78 16.06 -
YUV 28.47 176.27 134.8 -
System Red Green Blue C M Y K H S L
Decimal 38 7 114 0.67 0.94 0 0.55 257.38 0.88 0.24
Hex 26 7 72 43 5E 0 37 101 58 18
Octal 46 7 162 103 136 0 67 401 130 30
Binary 100110 111 1110010 1000011 1011110 0 110111 100000001 1011000 11000

Color Harmonies of #260772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260772

Black with #260772

Text Example


Text Example

White with #260772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260772; }

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

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

background-color css

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

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

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

border-color css

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

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

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