Html Css Color HEX #240388 Persian Indigo

📋 copy color: '#240388'

red 36 ◦ green 3 ◦ blue 136

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

Shades of Persian Indigo #240388

Tints of Persian Indigo #240388

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.71%

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

R = 20.57%
G = 1.71%
B = 77.71%

CMYK

 C value IS 0.74

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#240388 (or 0x240388) is known color: Persian Indigo. HEX triplet: 24, 03 and 88. RGB value is (36,3,136). Sum of RGB (Red+Green+Blue) = 36+3+136=175 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.57% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 136 (53.52% from 255 or 77.71% from 175); Max value from RGB is 136 - color contains mainly: blue. Hex color #240388 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240388 is #DBFC77. Grayscale: #1B1B1B. Windows color (decimal): -14417016 or 8913700. OLE color: 8913700.

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

Color convert

RGB 36 3 136 -
CMYK 0.74 0.98 0 0.47
HSL 254.89º 0.96% 0.27% -
HSV(B) 254.89º 0.98% 0.53% -
XYZ 5.2 2.22 23.45 -
YUV 28.03 188.93 133.69 -
System Red Green Blue C M Y K H S L
Decimal 36 3 136 0.74 0.98 0 0.47 254.89 0.96 0.27
Hex 24 3 88 4A 62 0 2F FF 60 1B
Octal 44 3 210 112 142 0 57 377 140 33
Binary 100100 11 10001000 1001010 1100010 0 101111 11111111 1100000 11011

Color Harmonies of #240388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240388

Black with #240388

Text Example


Text Example

White with #240388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240388; }

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

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

background-color css

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

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

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

border-color css

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

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

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