Html Css Color HEX #240266 Persian Indigo

📋 copy color: '#240266'

red 36 ◦ green 2 ◦ blue 102

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

Shades of Persian Indigo #240266

Tints of Persian Indigo #240266

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.43%

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

R = 25.71%
G = 1.43%
B = 72.86%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#240266 (or 0x240266) is known color: Persian Indigo. HEX triplet: 24, 02 and 66. RGB value is (36,2,102). Sum of RGB (Red+Green+Blue) = 36+2+102=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 102 (40.23% from 255 or 72.86% from 140); Max value from RGB is 102 - color contains mainly: blue. Hex color #240266 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240266 is #DBFD99. Grayscale: #171717. Windows color (decimal): -14417306 or 6685220. OLE color: 6685220.

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

Color convert

RGB 36 2 102 -
CMYK 0.65 0.98 0 0.6
HSL 260.4º 0.96% 0.2% -
HSV(B) 260.4º 0.98% 0.4% -
XYZ 3.15 1.38 12.67 -
YUV 23.57 172.26 136.87 -
System Red Green Blue C M Y K H S L
Decimal 36 2 102 0.65 0.98 0 0.6 260.4 0.96 0.2
Hex 24 2 66 41 62 0 3C 104 60 14
Octal 44 2 146 101 142 0 74 404 140 24
Binary 100100 10 1100110 1000001 1100010 0 111100 100000100 1100000 10100

Color Harmonies of #240266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240266

Black with #240266

Text Example


Text Example

White with #240266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240266; }

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

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

background-color css

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

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

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

border-color css

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

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

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