Html Css Color HEX #240566 Persian Indigo

📋 copy color: '#240566'

red 36 ◦ green 5 ◦ blue 102

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

Shades of Persian Indigo #240566

Tints of Persian Indigo #240566

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.5%

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

R = 25.17%
G = 3.5%
B = 71.33%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#240566 (or 0x240566) is known color: Persian Indigo. HEX triplet: 24, 05 and 66. RGB value is (36,5,102). Sum of RGB (Red+Green+Blue) = 36+5+102=143 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.17% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #240566 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240566 is #DBFA99. Grayscale: #181818. Windows color (decimal): -14416538 or 6685988. OLE color: 6685988.

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

Color convert

RGB 36 5 102 -
CMYK 0.65 0.95 0 0.6
HSL 259.18º 0.91% 0.21% -
HSV(B) 259.18º 0.95% 0.4% -
XYZ 3.18 1.44 12.68 -
YUV 25.33 171.27 135.61 -
System Red Green Blue C M Y K H S L
Decimal 36 5 102 0.65 0.95 0 0.6 259.18 0.91 0.21
Hex 24 5 66 41 5F 0 3C 103 5B 15
Octal 44 5 146 101 137 0 74 403 133 25
Binary 100100 101 1100110 1000001 1011111 0 111100 100000011 1011011 10101

Color Harmonies of #240566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240566

Black with #240566

Text Example


Text Example

White with #240566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240566; }

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

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

background-color css

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

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

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

border-color css

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

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

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