Html Css Color HEX #240781 Persian Indigo

📋 copy color: '#240781'

red 36 ◦ green 7 ◦ blue 129

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

Shades of Persian Indigo #240781

Tints of Persian Indigo #240781

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.07%

 BLUE value IS 129 (50.78% from 255) = 75%

R = 20.93%
G = 4.07%
B = 75%

CMYK

 C value IS 0.72

 M value IS 0.95

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#240781 (or 0x240781) is known color: Persian Indigo. HEX triplet: 24, 07 and 81. RGB value is (36,7,129). Sum of RGB (Red+Green+Blue) = 36+7+129=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 7 (3.12% from 255 or 4.07% from 172); Blue value is 129 (50.78% from 255 or 75% from 172); Max value from RGB is 129 - color contains mainly: blue. Hex color #240781 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240781 is #DBF87E. Grayscale: #1D1D1D. Windows color (decimal): -14415999 or 8455972. OLE color: 8455972.

HSL color Cylindrical-coordinate representation of color #240781: hue angle of 254.26º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #240781 is Cyan = 0.72, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 36 7 129 -
CMYK 0.72 0.95 0 0.49
HSL 254.26º 0.9% 0.27% -
HSV(B) 254.26º 0.95% 0.51% -
XYZ 4.77 2.11 20.93 -
YUV 29.58 184.11 132.58 -
System Red Green Blue C M Y K H S L
Decimal 36 7 129 0.72 0.95 0 0.49 254.26 0.9 0.27
Hex 24 7 81 48 5F 0 31 FE 5A 1B
Octal 44 7 201 110 137 0 61 376 132 33
Binary 100100 111 10000001 1001000 1011111 0 110001 11111110 1011010 11011

Color Harmonies of #240781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240781

Black with #240781

Text Example


Text Example

White with #240781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240781; }

 p { color: rgb(36,7,129); }

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

background-color css

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

 a { background-color: rgb(36,7,129); }

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

border-color css

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

 span { border-color: rgb(36,7,129); }

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