Html Css Color HEX #241077 Persian Indigo

📋 copy color: '#241077'

red 36 ◦ green 16 ◦ blue 119

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

Shades of Persian Indigo #241077

Tints of Persian Indigo #241077

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.36%

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

R = 21.05%
G = 9.36%
B = 69.59%

CMYK

 C value IS 0.70

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#241077 (or 0x241077) is known color: Persian Indigo. HEX triplet: 24, 10 and 77. RGB value is (36,16,119). Sum of RGB (Red+Green+Blue) = 36+16+119=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 16 (6.64% from 255 or 9.36% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #241077 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241077 is #DBEF88. Grayscale: #212121. Windows color (decimal): -14413705 or 7802916. OLE color: 7802916.

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

Color convert

RGB 36 16 119 -
CMYK 0.70 0.87 0 0.53
HSL 251.65º 0.76% 0.26% -
HSV(B) 251.65º 0.87% 0.47% -
XYZ 4.24 2.08 17.63 -
YUV 33.72 176.13 129.62 -
System Red Green Blue C M Y K H S L
Decimal 36 16 119 0.70 0.87 0 0.53 251.65 0.76 0.26
Hex 24 10 77 46 57 0 35 FC 4C 1A
Octal 44 20 167 106 127 0 65 374 114 32
Binary 100100 10000 1110111 1000110 1010111 0 110101 11111100 1001100 11010

Color Harmonies of #241077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241077

Black with #241077

Text Example


Text Example

White with #241077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241077; }

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

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

background-color css

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

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

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

border-color css

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

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

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