#240B67

Color #240B67 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #240B67

Tints of Persian Indigo #240B67

Color information

#240B67 (or 0x240B67) is unknown color: approx Persian Indigo. HEX triplet: 24, 0B and 67. RGB value is (36,11,103). Sum of RGB (Red+Green+Blue) = 36+11+103=150 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24% from 150); Green value is 11 (4.69% from 255 or 7.33% from 150); Blue value is 103 (40.62% from 255 or 68.67% from 150); Max value from RGB is 103 - color contains mainly: blue. Hex color #240B67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240B67 is #DBF498. Grayscale: #1C1C1C. Windows color (decimal): -14415001 or 6753060. OLE color: 6753060.

HSL color Cylindrical-coordinate representation of color #240B67: hue angle of 256.3º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #240B67 is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB3611103-
CMYK0.650.8900.60
HSL256.3º80.7%22.35%-
HSV(B)256.3º89.32%40.39%-
XYZ3.31.5912.97-
YUV28.96169.78133.02-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 24%
GREEN value IS 11 (4.69% from 255) = 7.33%
BLUE value IS 103 (40.62% from 255) = 68.67%
R=24%
G=7.33%
B=68.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal36111030.650.8900.60256.380.722.35
Hex24B67415903C1005116
Octal441314710113107440012126
Binary10010010111100111100000110110010111100100000000101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #240B67;
 }
 .AnyTagClassName
 {
   color: #240B67;
 }
</style>
background-color css

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

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

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

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

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

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