Html Css Color HEX #240766 Persian Indigo

📋 copy color: '#240766'

red 36 ◦ green 7 ◦ blue 102

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

Shades of Persian Indigo #240766

Tints of Persian Indigo #240766

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.83%

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

R = 24.83%
G = 4.83%
B = 70.34%

CMYK

 C value IS 0.65

 M value IS 0.93

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#240766 (or 0x240766) is known color: Persian Indigo. HEX triplet: 24, 07 and 66. RGB value is (36,7,102). Sum of RGB (Red+Green+Blue) = 36+7+102=145 (19% of max value = 765). Red value is 36 (14.45% from 255 or 24.83% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 102 (40.23% from 255 or 70.34% from 145); Max value from RGB is 102 - color contains mainly: blue. Hex color #240766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240766 is #DBF899. Grayscale: #1A1A1A. Windows color (decimal): -14416026 or 6686500. OLE color: 6686500.

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

Color convert

RGB 36 7 102 -
CMYK 0.65 0.93 0 0.6
HSL 258.32º 0.87% 0.21% -
HSV(B) 258.32º 0.93% 0.4% -
XYZ 3.2 1.49 12.69 -
YUV 26.5 170.61 134.78 -
System Red Green Blue C M Y K H S L
Decimal 36 7 102 0.65 0.93 0 0.6 258.32 0.87 0.21
Hex 24 7 66 41 5D 0 3C 102 57 15
Octal 44 7 146 101 135 0 74 402 127 25
Binary 100100 111 1100110 1000001 1011101 0 111100 100000010 1010111 10101

Color Harmonies of #240766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240766

Black with #240766

Text Example


Text Example

White with #240766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240766; }

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

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

background-color css

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

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

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

border-color css

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

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

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