Html Css Color HEX #240380 Persian Indigo

📋 copy color: '#240380'

red 36 ◦ green 3 ◦ blue 128

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

Shades of Persian Indigo #240380

Tints of Persian Indigo #240380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 76.65%

R = 21.56%
G = 1.8%
B = 76.65%

CMYK

 C value IS 0.72

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#240380 (or 0x240380) is known color: Persian Indigo. HEX triplet: 24, 03 and 80. RGB value is (36,3,128). Sum of RGB (Red+Green+Blue) = 36+3+128=167 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.56% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 128 (50.39% from 255 or 76.65% from 167); Max value from RGB is 128 - color contains mainly: blue. Hex color #240380 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240380 is #DBFC7F. Grayscale: #1A1A1A. Windows color (decimal): -14417024 or 8389412. OLE color: 8389412.

HSL color Cylindrical-coordinate representation of color #240380: hue angle of 255.84º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240380 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 36 3 128 -
CMYK 0.72 0.98 0 0.50
HSL 255.84º 0.95% 0.26% -
HSV(B) 255.84º 0.98% 0.5% -
XYZ 4.66 2 20.56 -
YUV 27.12 184.93 134.34 -
System Red Green Blue C M Y K H S L
Decimal 36 3 128 0.72 0.98 0 0.50 255.84 0.95 0.26
Hex 24 3 80 48 62 0 32 100 5F 1A
Octal 44 3 200 110 142 0 62 400 137 32
Binary 100100 11 10000000 1001000 1100010 0 110010 100000000 1011111 11010

Color Harmonies of #240380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240380

Black with #240380

Text Example


Text Example

White with #240380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240380; }

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

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

background-color css

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

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

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

border-color css

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

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

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