Html Css Color HEX #240869 Persian Indigo

📋 copy color: '#240869'

red 36 ◦ green 8 ◦ blue 105

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

Shades of Persian Indigo #240869

Tints of Persian Indigo #240869

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.37%

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

R = 24.16%
G = 5.37%
B = 70.47%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#240869 (or 0x240869) is known color: Persian Indigo. HEX triplet: 24, 08 and 69. RGB value is (36,8,105). Sum of RGB (Red+Green+Blue) = 36+8+105=149 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.16% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 105 (41.41% from 255 or 70.47% from 149); Max value from RGB is 105 - color contains mainly: blue. Hex color #240869 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240869 is #DBF796. Grayscale: #1B1B1B. Windows color (decimal): -14415767 or 6883364. OLE color: 6883364.

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

Color convert

RGB 36 8 105 -
CMYK 0.66 0.92 0 0.59
HSL 257.32º 0.86% 0.22% -
HSV(B) 257.32º 0.92% 0.41% -
XYZ 3.36 1.57 13.49 -
YUV 27.43 171.78 134.11 -
System Red Green Blue C M Y K H S L
Decimal 36 8 105 0.66 0.92 0 0.59 257.32 0.86 0.22
Hex 24 8 69 42 5C 0 3B 101 56 16
Octal 44 10 151 102 134 0 73 401 126 26
Binary 100100 1000 1101001 1000010 1011100 0 111011 100000001 1010110 10110

Color Harmonies of #240869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240869

Black with #240869

Text Example


Text Example

White with #240869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240869; }

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

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

background-color css

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

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

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

border-color css

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

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

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