Html Css Color HEX #240288 Persian Indigo

📋 copy color: '#240288'

red 36 ◦ green 2 ◦ blue 136

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

Shades of Persian Indigo #240288

Tints of Persian Indigo #240288

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.15%

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

R = 20.69%
G = 1.15%
B = 78.16%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#240288 (or 0x240288) is known color: Persian Indigo. HEX triplet: 24, 02 and 88. RGB value is (36,2,136). Sum of RGB (Red+Green+Blue) = 36+2+136=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 136 (53.52% from 255 or 78.16% from 174); Max value from RGB is 136 - color contains mainly: blue. Hex color #240288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240288 is #DBFD77. Grayscale: #1A1A1A. Windows color (decimal): -14417272 or 8913444. OLE color: 8913444.

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

Color convert

RGB 36 2 136 -
CMYK 0.74 0.99 0 0.47
HSL 255.22º 0.97% 0.27% -
HSV(B) 255.22º 0.99% 0.53% -
XYZ 5.19 2.2 23.44 -
YUV 27.44 189.26 134.1 -
System Red Green Blue C M Y K H S L
Decimal 36 2 136 0.74 0.99 0 0.47 255.22 0.97 0.27
Hex 24 2 88 4A 63 0 2F FF 61 1B
Octal 44 2 210 112 143 0 57 377 141 33
Binary 100100 10 10001000 1001010 1100011 0 101111 11111111 1100001 11011

Color Harmonies of #240288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240288

Black with #240288

Text Example


Text Example

White with #240288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240288; }

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

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

background-color css

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

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

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

border-color css

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

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

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