Html Css Color HEX #240163 Persian Indigo

📋 copy color: '#240163'

red 36 ◦ green 1 ◦ blue 99

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

Shades of Persian Indigo #240163

Tints of Persian Indigo #240163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.74%

 BLUE value IS 99 (39.06% from 255) = 72.79%

R = 26.47%
G = 0.74%
B = 72.79%

CMYK

 C value IS 0.64

 M value IS 0.99

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#240163 (or 0x240163) is known color: Persian Indigo. HEX triplet: 24, 01 and 63. RGB value is (36,1,99). Sum of RGB (Red+Green+Blue) = 36+1+99=136 (18% of max value = 765). Red value is 36 (14.45% from 255 or 26.47% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 99 (39.06% from 255 or 72.79% from 136); Max value from RGB is 99 - color contains mainly: blue. Hex color #240163 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240163 is #DBFE9C. Grayscale: #161616. Windows color (decimal): -14417565 or 6488356. OLE color: 6488356.

HSL color Cylindrical-coordinate representation of color #240163: hue angle of 261.43º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240163 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 36 1 99 -
CMYK 0.64 0.99 0 0.61
HSL 261.43º 0.98% 0.2% -
HSV(B) 261.43º 0.99% 0.39% -
XYZ 2.99 1.3 11.9 -
YUV 22.64 171.1 137.53 -
System Red Green Blue C M Y K H S L
Decimal 36 1 99 0.64 0.99 0 0.61 261.43 0.98 0.2
Hex 24 1 63 40 63 0 3D 105 62 14
Octal 44 1 143 100 143 0 75 405 142 24
Binary 100100 1 1100011 1000000 1100011 0 111101 100000101 1100010 10100

Color Harmonies of #240163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240163

Black with #240163

Text Example


Text Example

White with #240163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240163; }

 p { color: rgb(36,1,99); }

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

background-color css

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

 a { background-color: rgb(36,1,99); }

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

border-color css

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

 span { border-color: rgb(36,1,99); }

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