Html Css Color HEX #240383 Persian Indigo

📋 copy color: '#240383'

red 36 ◦ green 3 ◦ blue 131

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

Shades of Persian Indigo #240383

Tints of Persian Indigo #240383

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 77.06%

R = 21.18%
G = 1.76%
B = 77.06%

CMYK

 C value IS 0.73

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#240383 (or 0x240383) is known color: Persian Indigo. HEX triplet: 24, 03 and 83. RGB value is (36,3,131). Sum of RGB (Red+Green+Blue) = 36+3+131=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 131 (51.56% from 255 or 77.06% from 170); Max value from RGB is 131 - color contains mainly: blue. Hex color #240383 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240383 is #DBFC7C. Grayscale: #1A1A1A. Windows color (decimal): -14417021 or 8586020. OLE color: 8586020.

HSL color Cylindrical-coordinate representation of color #240383: hue angle of 255.47º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240383 is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 3 131 -
CMYK 0.73 0.98 0 0.49
HSL 255.47º 0.96% 0.26% -
HSV(B) 255.47º 0.98% 0.51% -
XYZ 4.86 2.08 21.62 -
YUV 27.46 186.43 134.09 -
System Red Green Blue C M Y K H S L
Decimal 36 3 131 0.73 0.98 0 0.49 255.47 0.96 0.26
Hex 24 3 83 49 62 0 31 FF 60 1A
Octal 44 3 203 111 142 0 61 377 140 32
Binary 100100 11 10000011 1001001 1100010 0 110001 11111111 1100000 11010

Color Harmonies of #240383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240383

Black with #240383

Text Example


Text Example

White with #240383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240383; }

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

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

background-color css

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

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

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

border-color css

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

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

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