Html Css Color HEX #240466 Persian Indigo

📋 copy color: '#240466'

red 36 ◦ green 4 ◦ blue 102

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

Shades of Persian Indigo #240466

Tints of Persian Indigo #240466

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.82%

 BLUE value IS 102 (40.23% from 255) = 71.83%

R = 25.35%
G = 2.82%
B = 71.83%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#240466 (or 0x240466) is known color: Persian Indigo. HEX triplet: 24, 04 and 66. RGB value is (36,4,102). Sum of RGB (Red+Green+Blue) = 36+4+102=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 102 (40.23% from 255 or 71.83% from 142); Max value from RGB is 102 - color contains mainly: blue. Hex color #240466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240466 is #DBFB99. Grayscale: #181818. Windows color (decimal): -14416794 or 6685732. OLE color: 6685732.

HSL color Cylindrical-coordinate representation of color #240466: hue angle of 259.59º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240466 is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 36 4 102 -
CMYK 0.65 0.96 0 0.6
HSL 259.59º 0.92% 0.21% -
HSV(B) 259.59º 0.96% 0.4% -
XYZ 3.17 1.42 12.68 -
YUV 24.74 171.6 136.03 -
System Red Green Blue C M Y K H S L
Decimal 36 4 102 0.65 0.96 0 0.6 259.59 0.92 0.21
Hex 24 4 66 41 60 0 3C 104 5C 15
Octal 44 4 146 101 140 0 74 404 134 25
Binary 100100 100 1100110 1000001 1100000 0 111100 100000100 1011100 10101

Color Harmonies of #240466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240466

Black with #240466

Text Example


Text Example

White with #240466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240466; }

 p { color: rgb(36,4,102); }

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

background-color css

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

 a { background-color: rgb(36,4,102); }

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

border-color css

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

 span { border-color: rgb(36,4,102); }

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