Html Css Color HEX #240175 Persian Indigo

📋 copy color: '#240175'

red 36 ◦ green 1 ◦ blue 117

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

Shades of Persian Indigo #240175

Tints of Persian Indigo #240175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 75.97%

R = 23.38%
G = 0.65%
B = 75.97%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#240175 (or 0x240175) is known color: Persian Indigo. HEX triplet: 24, 01 and 75. RGB value is (36,1,117). Sum of RGB (Red+Green+Blue) = 36+1+117=154 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.38% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 117 (46.09% from 255 or 75.97% from 154); Max value from RGB is 117 - color contains mainly: blue. Hex color #240175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240175 is #DBFE8A. Grayscale: #181818. Windows color (decimal): -14417547 or 7668004. OLE color: 7668004.

HSL color Cylindrical-coordinate representation of color #240175: hue angle of 258.1º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240175 is Cyan = 0.69, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 36 1 117 -
CMYK 0.69 0.99 0 0.54
HSL 258.1º 0.98% 0.23% -
HSV(B) 258.1º 0.99% 0.46% -
XYZ 3.95 1.68 16.95 -
YUV 24.69 180.1 136.07 -
System Red Green Blue C M Y K H S L
Decimal 36 1 117 0.69 0.99 0 0.54 258.1 0.98 0.23
Hex 24 1 75 45 63 0 36 102 62 17
Octal 44 1 165 105 143 0 66 402 142 27
Binary 100100 1 1110101 1000101 1100011 0 110110 100000010 1100010 10111

Color Harmonies of #240175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240175

Black with #240175

Text Example


Text Example

White with #240175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240175; }

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

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

background-color css

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

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

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

border-color css

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

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

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