Html Css Color HEX #241066 Persian Indigo

📋 copy color: '#241066'

red 36 ◦ green 16 ◦ blue 102

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

Shades of Persian Indigo #241066

Tints of Persian Indigo #241066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 66.23%

R = 23.38%
G = 10.39%
B = 66.23%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#241066 (or 0x241066) is known color: Persian Indigo. HEX triplet: 24, 10 and 66. RGB value is (36,16,102). Sum of RGB (Red+Green+Blue) = 36+16+102=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 16 (6.64% from 255 or 10.39% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #241066 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241066 is #DBEF99. Grayscale: #1F1F1F. Windows color (decimal): -14413722 or 6688804. OLE color: 6688804.

HSL color Cylindrical-coordinate representation of color #241066: hue angle of 253.95º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #241066 is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 36 16 102 -
CMYK 0.65 0.84 0 0.6
HSL 253.95º 0.73% 0.23% -
HSV(B) 253.95º 0.84% 0.4% -
XYZ 3.31 1.7 12.72 -
YUV 31.78 167.63 131.01 -
System Red Green Blue C M Y K H S L
Decimal 36 16 102 0.65 0.84 0 0.6 253.95 0.73 0.23
Hex 24 10 66 41 54 0 3C FE 49 17
Octal 44 20 146 101 124 0 74 376 111 27
Binary 100100 10000 1100110 1000001 1010100 0 111100 11111110 1001001 10111

Color Harmonies of #241066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241066

Black with #241066

Text Example


Text Example

White with #241066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241066; }

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

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

background-color css

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

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

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

border-color css

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

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

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