Html Css Color HEX #240662 Persian Indigo

📋 copy color: '#240662'

red 36 ◦ green 6 ◦ blue 98

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

Shades of Persian Indigo #240662

Tints of Persian Indigo #240662

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.29%

 BLUE value IS 98 (38.67% from 255) = 70%

R = 25.71%
G = 4.29%
B = 70%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#240662 (or 0x240662) is known color: Persian Indigo. HEX triplet: 24, 06 and 62. RGB value is (36,6,98). Sum of RGB (Red+Green+Blue) = 36+6+98=140 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.71% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #240662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240662 is #DBF99D. Grayscale: #191919. Windows color (decimal): -14416286 or 6424100. OLE color: 6424100.

HSL color Cylindrical-coordinate representation of color #240662: hue angle of 259.57º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240662 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 36 6 98 -
CMYK 0.63 0.94 0 0.62
HSL 259.57º 0.88% 0.2% -
HSV(B) 259.57º 0.94% 0.38% -
XYZ 3 1.39 11.67 -
YUV 25.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 36 6 98 0.63 0.94 0 0.62 259.57 0.88 0.2
Hex 24 6 62 3F 5E 0 3E 104 58 14
Octal 44 6 142 77 136 0 76 404 130 24
Binary 100100 110 1100010 111111 1011110 0 111110 100000100 1011000 10100

Color Harmonies of #240662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240662

Black with #240662

Text Example


Text Example

White with #240662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240662; }

 p { color: rgb(36,6,98); }

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

background-color css

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

 a { background-color: rgb(36,6,98); }

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

border-color css

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

 span { border-color: rgb(36,6,98); }

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