Html Css Color HEX #241277 Persian Indigo

📋 copy color: '#241277'

red 36 ◦ green 18 ◦ blue 119

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

Shades of Persian Indigo #241277

Tints of Persian Indigo #241277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 68.79%

R = 20.81%
G = 10.4%
B = 68.79%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#241277 (or 0x241277) is known color: Persian Indigo. HEX triplet: 24, 12 and 77. RGB value is (36,18,119). Sum of RGB (Red+Green+Blue) = 36+18+119=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 119 (46.88% from 255 or 68.79% from 173); Max value from RGB is 119 - color contains mainly: blue. Hex color #241277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241277 is #DBED88. Grayscale: #222222. Windows color (decimal): -14413193 or 7803428. OLE color: 7803428.

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

Color convert

RGB 36 18 119 -
CMYK 0.70 0.85 0 0.53
HSL 250.69º 0.74% 0.27% -
HSV(B) 250.69º 0.85% 0.47% -
XYZ 4.27 2.14 17.64 -
YUV 34.9 175.46 128.79 -
System Red Green Blue C M Y K H S L
Decimal 36 18 119 0.70 0.85 0 0.53 250.69 0.74 0.27
Hex 24 12 77 46 55 0 35 FB 4A 1B
Octal 44 22 167 106 125 0 65 373 112 33
Binary 100100 10010 1110111 1000110 1010101 0 110101 11111011 1001010 11011

Color Harmonies of #241277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241277

Black with #241277

Text Example


Text Example

White with #241277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241277; }

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

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

background-color css

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

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

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

border-color css

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

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

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