Html Css Color HEX #241069 Persian Indigo

📋 copy color: '#241069'

red 36 ◦ green 16 ◦ blue 105

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

Shades of Persian Indigo #241069

Tints of Persian Indigo #241069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 66.88%

R = 22.93%
G = 10.19%
B = 66.88%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#241069 (or 0x241069) is known color: Persian Indigo. HEX triplet: 24, 10 and 69. RGB value is (36,16,105). Sum of RGB (Red+Green+Blue) = 36+16+105=157 (20% of max value = 765). Red value is 36 (14.45% from 255 or 22.93% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #241069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241069 is #DBEF96. Grayscale: #1F1F1F. Windows color (decimal): -14413719 or 6885412. OLE color: 6885412.

HSL color Cylindrical-coordinate representation of color #241069: hue angle of 253.48º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #241069 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 16 105 -
CMYK 0.66 0.85 0 0.59
HSL 253.48º 0.74% 0.24% -
HSV(B) 253.48º 0.85% 0.41% -
XYZ 3.46 1.77 13.52 -
YUV 32.13 169.13 130.76 -
System Red Green Blue C M Y K H S L
Decimal 36 16 105 0.66 0.85 0 0.59 253.48 0.74 0.24
Hex 24 10 69 42 55 0 3B FD 4A 18
Octal 44 20 151 102 125 0 73 375 112 30
Binary 100100 10000 1101001 1000010 1010101 0 111011 11111101 1001010 11000

Color Harmonies of #241069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #241069

Black with #241069

Text Example


Text Example

White with #241069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #241069; }

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

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

background-color css

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

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

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

border-color css

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

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

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