Html Css Color HEX #241078 Persian Indigo

📋 copy color: '#241078'

red 36 ◦ green 16 ◦ blue 120

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

Shades of Persian Indigo #241078

Tints of Persian Indigo #241078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 69.77%

R = 20.93%
G = 9.3%
B = 69.77%

CMYK

 C value IS 0.7

 M value IS 0.87

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#241078 (or 0x241078) is known color: Persian Indigo. HEX triplet: 24, 10 and 78. RGB value is (36,16,120). Sum of RGB (Red+Green+Blue) = 36+16+120=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 16 (6.64% from 255 or 9.30% from 172); Blue value is 120 (47.27% from 255 or 69.77% from 172); Max value from RGB is 120 - color contains mainly: blue. Hex color #241078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241078 is #DBEF87. Grayscale: #212121. Windows color (decimal): -14413704 or 7868452. OLE color: 7868452.

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

Color convert

RGB 36 16 120 -
CMYK 0.7 0.87 0 0.53
HSL 251.54º 0.76% 0.27% -
HSV(B) 251.54º 0.87% 0.47% -
XYZ 4.3 2.1 17.95 -
YUV 33.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 36 16 120 0.7 0.87 0 0.53 251.54 0.76 0.27
Hex 24 10 78 46 57 0 35 FC 4C 1B
Octal 44 20 170 106 127 0 65 374 114 33
Binary 100100 10000 1111000 1000110 1010111 0 110101 11111100 1001100 11011

Color Harmonies of #241078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241078

Black with #241078

Text Example


Text Example

White with #241078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241078; }

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

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

background-color css

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

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

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

border-color css

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

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

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