Html Css Color HEX #240562 Persian Indigo

📋 copy color: '#240562'

red 36 ◦ green 5 ◦ blue 98

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

Shades of Persian Indigo #240562

Tints of Persian Indigo #240562

RGB

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

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

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

R = 25.9%
G = 3.6%
B = 70.5%

CMYK

 C value IS 0.63

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#240562 (or 0x240562) is known color: Persian Indigo. HEX triplet: 24, 05 and 62. RGB value is (36,5,98). Sum of RGB (Red+Green+Blue) = 36+5+98=139 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.90% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 98 (38.67% from 255 or 70.50% from 139); Max value from RGB is 98 - color contains mainly: blue. Hex color #240562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240562 is #DBFA9D. Grayscale: #181818. Windows color (decimal): -14416542 or 6423844. OLE color: 6423844.

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

Color convert

RGB 36 5 98 -
CMYK 0.63 0.95 0 0.62
HSL 260º 0.9% 0.2% -
HSV(B) 260º 0.95% 0.38% -
XYZ 2.99 1.37 11.66 -
YUV 24.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 36 5 98 0.63 0.95 0 0.62 260 0.9 0.2
Hex 24 5 62 3F 5F 0 3E 104 5A 14
Octal 44 5 142 77 137 0 76 404 132 24
Binary 100100 101 1100010 111111 1011111 0 111110 100000100 1011010 10100

Color Harmonies of #240562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240562

Black with #240562

Text Example


Text Example

White with #240562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240562; }

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

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

background-color css

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

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

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

border-color css

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

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

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