#240269

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

Shades of Persian Indigo #240269

Tints of Persian Indigo #240269

Color information

#240269 (or 0x240269) is unknown color: approx Persian Indigo. HEX triplet: 24, 02 and 69. RGB value is (36,2,105). Sum of RGB (Red+Green+Blue) = 36+2+105=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 105 (41.41% from 255 or 73.43% from 143); Max value from RGB is 105 - color contains mainly: blue. Hex color #240269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240269 is #DBFD96. Grayscale: #171717. Windows color (decimal): -14417303 or 6881828. OLE color: 6881828.

HSL color Cylindrical-coordinate representation of color #240269: hue angle of 259.81º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #240269 is Cyan = 0.66, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB362105-
CMYK0.660.9800.59
HSL259.81º96.26%20.98%-
HSV(B)259.81º98.1%41.18%-
XYZ3.31.4413.47-
YUV23.91173.76136.62-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 25.17%
GREEN value IS 2 (1.17% from 255) = 1.40%
BLUE value IS 105 (41.41% from 255) = 73.43%
R=25.17%
G=1.40%
B=73.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3621050.660.9800.59259.8196.2620.98
Hex24269426203B1046015
Octal44215110214207340414025
Binary100100101101001100001011000100111011100000100110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #240269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #240269; }

 p { color: rgb(36,2,105); }

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

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

 a { background-color: rgb(36,2,105); }

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

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

 span { border-color: rgb(36,2,105); }

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