Html Css Color HEX #240360 Persian Indigo

📋 copy color: '#240360'

red 36 ◦ green 3 ◦ blue 96

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

Shades of Persian Indigo #240360

Tints of Persian Indigo #240360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 71.11%

R = 26.67%
G = 2.22%
B = 71.11%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#240360 (or 0x240360) is known color: Persian Indigo. HEX triplet: 24, 03 and 60. RGB value is (36,3,96). Sum of RGB (Red+Green+Blue) = 36+3+96=135 (17% of max value = 765). Red value is 36 (14.45% from 255 or 26.67% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 96 (37.89% from 255 or 71.11% from 135); Max value from RGB is 96 - color contains mainly: blue. Hex color #240360 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240360 is #DBFC9F. Grayscale: #171717. Windows color (decimal): -14417056 or 6292260. OLE color: 6292260.

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

Color convert

RGB 36 3 96 -
CMYK 0.62 0.97 0 0.62
HSL 261.29º 0.94% 0.19% -
HSV(B) 261.29º 0.97% 0.38% -
XYZ 2.87 1.28 11.16 -
YUV 23.47 168.93 136.94 -
System Red Green Blue C M Y K H S L
Decimal 36 3 96 0.62 0.97 0 0.62 261.29 0.94 0.19
Hex 24 3 60 3E 61 0 3E 105 5E 13
Octal 44 3 140 76 141 0 76 405 136 23
Binary 100100 11 1100000 111110 1100001 0 111110 100000101 1011110 10011

Color Harmonies of #240360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240360

Black with #240360

Text Example


Text Example

White with #240360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240360; }

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

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

background-color css

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

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

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

border-color css

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

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

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