Html Css Color HEX #240362 Persian Indigo

📋 copy color: '#240362'

red 36 ◦ green 3 ◦ blue 98

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

Shades of Persian Indigo #240362

Tints of Persian Indigo #240362

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.19%

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

R = 26.28%
G = 2.19%
B = 71.53%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#240362 (or 0x240362) is known color: Persian Indigo. HEX triplet: 24, 03 and 62. RGB value is (36,3,98). Sum of RGB (Red+Green+Blue) = 36+3+98=137 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.28% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #240362 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240362 is #DBFC9D. Grayscale: #171717. Windows color (decimal): -14417054 or 6423332. OLE color: 6423332.

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

Color convert

RGB 36 3 98 -
CMYK 0.63 0.97 0 0.62
HSL 260.84º 0.94% 0.2% -
HSV(B) 260.84º 0.97% 0.38% -
XYZ 2.96 1.32 11.65 -
YUV 23.7 169.93 136.78 -
System Red Green Blue C M Y K H S L
Decimal 36 3 98 0.63 0.97 0 0.62 260.84 0.94 0.2
Hex 24 3 62 3F 61 0 3E 105 5E 14
Octal 44 3 142 77 141 0 76 405 136 24
Binary 100100 11 1100010 111111 1100001 0 111110 100000101 1011110 10100

Color Harmonies of #240362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240362

Black with #240362

Text Example


Text Example

White with #240362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240362; }

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

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

background-color css

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

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

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

border-color css

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

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

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