Html Css Color HEX #261276 Persian Indigo

📋 copy color: '#261276'

red 38 ◦ green 18 ◦ blue 118

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

Shades of Persian Indigo #261276

Tints of Persian Indigo #261276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.34%

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

R = 21.84%
G = 10.34%
B = 67.82%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#261276 (or 0x261276) is known color: Persian Indigo. HEX triplet: 26, 12 and 76. RGB value is (38,18,118). Sum of RGB (Red+Green+Blue) = 38+18+118=174 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.84% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #261276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261276 is #D9ED89. Grayscale: #232323. Windows color (decimal): -14282122 or 7737894. OLE color: 7737894.

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

Color convert

RGB 38 18 118 -
CMYK 0.68 0.85 0 0.54
HSL 252º 0.74% 0.27% -
HSV(B) 252º 0.85% 0.46% -
XYZ 4.29 2.15 17.33 -
YUV 35.38 174.63 129.87 -
System Red Green Blue C M Y K H S L
Decimal 38 18 118 0.68 0.85 0 0.54 252 0.74 0.27
Hex 26 12 76 44 55 0 36 FC 4A 1B
Octal 46 22 166 104 125 0 66 374 112 33
Binary 100110 10010 1110110 1000100 1010101 0 110110 11111100 1001010 11011

Color Harmonies of #261276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261276

Black with #261276

Text Example


Text Example

White with #261276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261276; }

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

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

background-color css

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

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

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

border-color css

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

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

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