Html Css Color HEX #240B7A Persian Indigo

📋 copy color: '#240B7A'

red 36 ◦ green 11 ◦ blue 122

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

Shades of Persian Indigo #240B7A

Tints of Persian Indigo #240B7A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.51%

 BLUE value IS 122 (48.05% from 255) = 72.19%

R = 21.3%
G = 6.51%
B = 72.19%

CMYK

 C value IS 0.70

 M value IS 0.91

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#240B7A (or 0x240B7A) is known color: Persian Indigo. HEX triplet: 24, 0B and 7A. RGB value is (36,11,122). Sum of RGB (Red+Green+Blue) = 36+11+122=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 11 (4.69% from 255 or 6.51% from 169); Blue value is 122 (48.05% from 255 or 72.19% from 169); Max value from RGB is 122 - color contains mainly: blue. Hex color #240B7A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240B7A is #DBF485. Grayscale: #1E1E1E. Windows color (decimal): -14414982 or 7998244. OLE color: 7998244.

HSL color Cylindrical-coordinate representation of color #240B7A: hue angle of 253.51º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #240B7A is Cyan = 0.70, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 36 11 122 -
CMYK 0.70 0.91 0 0.52
HSL 253.51º 0.83% 0.26% -
HSV(B) 253.51º 0.91% 0.48% -
XYZ 4.36 2.02 18.57 -
YUV 31.13 179.28 131.47 -
System Red Green Blue C M Y K H S L
Decimal 36 11 122 0.70 0.91 0 0.52 253.51 0.83 0.26
Hex 24 B 7A 46 5B 0 34 FE 53 1A
Octal 44 13 172 106 133 0 64 376 123 32
Binary 100100 1011 1111010 1000110 1011011 0 110100 11111110 1010011 11010

Color Harmonies of #240B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240B7A

Black with #240B7A

Text Example


Text Example

White with #240B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,11,122); }

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

background-color css

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

 a { background-color: rgb(36,11,122); }

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

border-color css

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

 span { border-color: rgb(36,11,122); }

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