Html Css Color HEX #241276 Persian Indigo

📋 copy color: '#241276'

red 36 ◦ green 18 ◦ blue 118

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

Shades of Persian Indigo #241276

Tints of Persian Indigo #241276

RGB

 RED value IS 36 (14.45% from 255) = 20.93%

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

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

R = 20.93%
G = 10.47%
B = 68.6%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#241276 (or 0x241276) is known color: Persian Indigo. HEX triplet: 24, 12 and 76. RGB value is (36,18,118). Sum of RGB (Red+Green+Blue) = 36+18+118=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 18 (7.42% from 255 or 10.47% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #241276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241276 is #DBED89. Grayscale: #222222. Windows color (decimal): -14413194 or 7737892. OLE color: 7737892.

HSL color Cylindrical-coordinate representation of color #241276: hue angle of 250.8º 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 #241276 is Cyan = 0.69, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 18 118 -
CMYK 0.69 0.85 0 0.54
HSL 250.8º 0.74% 0.27% -
HSV(B) 250.8º 0.85% 0.46% -
XYZ 4.21 2.12 17.33 -
YUV 34.78 174.96 128.87 -
System Red Green Blue C M Y K H S L
Decimal 36 18 118 0.69 0.85 0 0.54 250.8 0.74 0.27
Hex 24 12 76 45 55 0 36 FB 4A 1B
Octal 44 22 166 105 125 0 66 373 112 33
Binary 100100 10010 1110110 1000101 1010101 0 110110 11111011 1001010 11011

Color Harmonies of #241276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241276

Black with #241276

Text Example


Text Example

White with #241276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241276; }

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

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

background-color css

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

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

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

border-color css

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

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

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