Html Css Color HEX #260576 Persian Indigo

📋 copy color: '#260576'

red 38 ◦ green 5 ◦ blue 118

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

Shades of Persian Indigo #260576

Tints of Persian Indigo #260576

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

 BLUE value IS 118 (46.48% from 255) = 73.29%

R = 23.6%
G = 3.11%
B = 73.29%

CMYK

 C value IS 0.68

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#260576 (or 0x260576) is known color: Persian Indigo. HEX triplet: 26, 05 and 76. RGB value is (38,5,118). Sum of RGB (Red+Green+Blue) = 38+5+118=161 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.60% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #260576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260576 is #D9FA89. Grayscale: #1B1B1B. Windows color (decimal): -14285450 or 7734566. OLE color: 7734566.

HSL color Cylindrical-coordinate representation of color #260576: hue angle of 257.52º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260576 is Cyan = 0.68, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 38 5 118 -
CMYK 0.68 0.96 0 0.54
HSL 257.52º 0.92% 0.24% -
HSV(B) 257.52º 0.96% 0.46% -
XYZ 4.12 1.83 17.28 -
YUV 27.75 178.93 135.31 -
System Red Green Blue C M Y K H S L
Decimal 38 5 118 0.68 0.96 0 0.54 257.52 0.92 0.24
Hex 26 5 76 44 60 0 36 102 5C 18
Octal 46 5 166 104 140 0 66 402 134 30
Binary 100110 101 1110110 1000100 1100000 0 110110 100000010 1011100 11000

Color Harmonies of #260576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260576

Black with #260576

Text Example


Text Example

White with #260576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260576; }

 p { color: rgb(38,5,118); }

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

background-color css

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

 a { background-color: rgb(38,5,118); }

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

border-color css

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

 span { border-color: rgb(38,5,118); }

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