Html Css Color HEX #240A7E Persian Indigo

📋 copy color: '#240A7E'

red 36 ◦ green 10 ◦ blue 126

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

Shades of Persian Indigo #240A7E

Tints of Persian Indigo #240A7E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.81%

 BLUE value IS 126 (49.61% from 255) = 73.26%

R = 20.93%
G = 5.81%
B = 73.26%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#240A7E (or 0x240A7E) is known color: Persian Indigo. HEX triplet: 24, 0A and 7E. RGB value is (36,10,126). Sum of RGB (Red+Green+Blue) = 36+10+126=172 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.93% from 172); Green value is 10 (4.30% from 255 or 5.81% from 172); Blue value is 126 (49.61% from 255 or 73.26% from 172); Max value from RGB is 126 - color contains mainly: blue. Hex color #240A7E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240A7E is #DBF581. Grayscale: #1E1E1E. Windows color (decimal): -14415234 or 8260132. OLE color: 8260132.

HSL color Cylindrical-coordinate representation of color #240A7E: hue angle of 253.45º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240A7E is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 36 10 126 -
CMYK 0.71 0.92 0 0.51
HSL 253.45º 0.85% 0.27% -
HSV(B) 253.45º 0.92% 0.49% -
XYZ 4.6 2.1 19.9 -
YUV 31 181.61 131.57 -
System Red Green Blue C M Y K H S L
Decimal 36 10 126 0.71 0.92 0 0.51 253.45 0.85 0.27
Hex 24 A 7E 47 5C 0 33 FD 55 1B
Octal 44 12 176 107 134 0 63 375 125 33
Binary 100100 1010 1111110 1000111 1011100 0 110011 11111101 1010101 11011

Color Harmonies of #240A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240A7E

Black with #240A7E

Text Example


Text Example

White with #240A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240A7E; }

 p { color: rgb(36,10,126); }

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

background-color css

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

 a { background-color: rgb(36,10,126); }

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

border-color css

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

 span { border-color: rgb(36,10,126); }

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