Html Css Color HEX #240B69 Persian Indigo

📋 copy color: '#240B69'

red 36 ◦ green 11 ◦ blue 105

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

Shades of Persian Indigo #240B69

Tints of Persian Indigo #240B69

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.24%

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

R = 23.68%
G = 7.24%
B = 69.08%

CMYK

 C value IS 0.66

 M value IS 0.90

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#240B69 (or 0x240B69) is known color: Persian Indigo. HEX triplet: 24, 0B and 69. RGB value is (36,11,105). Sum of RGB (Red+Green+Blue) = 36+11+105=152 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.68% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #240B69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240B69 is #DBF496. Grayscale: #1C1C1C. Windows color (decimal): -14414999 or 6884132. OLE color: 6884132.

HSL color Cylindrical-coordinate representation of color #240B69: hue angle of 255.96º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #240B69 is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 11 105 -
CMYK 0.66 0.90 0 0.59
HSL 255.96º 0.81% 0.23% -
HSV(B) 255.96º 0.9% 0.41% -
XYZ 3.4 1.63 13.5 -
YUV 29.19 170.78 132.86 -
System Red Green Blue C M Y K H S L
Decimal 36 11 105 0.66 0.90 0 0.59 255.96 0.81 0.23
Hex 24 B 69 42 5A 0 3B 100 51 17
Octal 44 13 151 102 132 0 73 400 121 27
Binary 100100 1011 1101001 1000010 1011010 0 111011 100000000 1010001 10111

Color Harmonies of #240B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B69

Black with #240B69

Text Example


Text Example

White with #240B69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240B69; }

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

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

background-color css

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

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

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

border-color css

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

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

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