Html Css Color HEX #240888 Persian Indigo

📋 copy color: '#240888'

red 36 ◦ green 8 ◦ blue 136

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

Shades of Persian Indigo #240888

Tints of Persian Indigo #240888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 75.56%

R = 20%
G = 4.44%
B = 75.56%

CMYK

 C value IS 0.74

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#240888 (or 0x240888) is known color: Persian Indigo. HEX triplet: 24, 08 and 88. RGB value is (36,8,136). Sum of RGB (Red+Green+Blue) = 36+8+136=180 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 136 (53.52% from 255 or 75.56% from 180); Max value from RGB is 136 - color contains mainly: blue. Hex color #240888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240888 is #DBF777. Grayscale: #1E1E1E. Windows color (decimal): -14415736 or 8914980. OLE color: 8914980.

HSL color Cylindrical-coordinate representation of color #240888: hue angle of 253.12º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240888 is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 36 8 136 -
CMYK 0.74 0.94 0 0.47
HSL 253.13º 0.89% 0.28% -
HSV(B) 253.13º 0.94% 0.53% -
XYZ 5.26 2.33 23.46 -
YUV 30.96 187.28 131.59 -
System Red Green Blue C M Y K H S L
Decimal 36 8 136 0.74 0.94 0 0.47 253.13 0.89 0.28
Hex 24 8 88 4A 5E 0 2F FD 59 1C
Octal 44 10 210 112 136 0 57 375 131 34
Binary 100100 1000 10001000 1001010 1011110 0 101111 11111101 1011001 11100

Color Harmonies of #240888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240888

Black with #240888

Text Example


Text Example

White with #240888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240888; }

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

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

background-color css

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

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

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

border-color css

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

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

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