Html Css Color HEX #260888 Persian Indigo

📋 copy color: '#260888'

red 38 ◦ green 8 ◦ blue 136

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

Shades of Persian Indigo #260888

Tints of Persian Indigo #260888

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.4%

 BLUE value IS 136 (53.52% from 255) = 74.73%

R = 20.88%
G = 4.4%
B = 74.73%

CMYK

 C value IS 0.72

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#260888 (or 0x260888) is known color: Persian Indigo. HEX triplet: 26, 08 and 88. RGB value is (38,8,136). Sum of RGB (Red+Green+Blue) = 38+8+136=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 136 (53.52% from 255 or 74.73% from 182); Max value from RGB is 136 - color contains mainly: blue. Hex color #260888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260888 is #D9F777. Grayscale: #1F1F1F. Windows color (decimal): -14284664 or 8914982. OLE color: 8914982.

HSL color Cylindrical-coordinate representation of color #260888: hue angle of 254.06º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260888 is Cyan = 0.72, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 38 8 136 -
CMYK 0.72 0.94 0 0.47
HSL 254.06º 0.89% 0.28% -
HSV(B) 254.06º 0.94% 0.53% -
XYZ 5.33 2.36 23.47 -
YUV 31.56 186.94 132.59 -
System Red Green Blue C M Y K H S L
Decimal 38 8 136 0.72 0.94 0 0.47 254.06 0.89 0.28
Hex 26 8 88 48 5E 0 2F FE 59 1C
Octal 46 10 210 110 136 0 57 376 131 34
Binary 100110 1000 10001000 1001000 1011110 0 101111 11111110 1011001 11100

Color Harmonies of #260888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260888

Black with #260888

Text Example


Text Example

White with #260888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260888; }

 p { color: rgb(38,8,136); }

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

background-color css

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

 a { background-color: rgb(38,8,136); }

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

border-color css

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

 span { border-color: rgb(38,8,136); }

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