Html Css Color HEX #240075 Persian Indigo

📋 copy color: '#240075'

red 36 ◦ green 0 ◦ blue 117

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

Shades of Persian Indigo #240075

Tints of Persian Indigo #240075

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 23.53%
G = 0%
B = 76.47%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#240075 (or 0x240075) is known color: Persian Indigo. HEX triplet: 24, 00 and 75. RGB value is (36,0,117). Sum of RGB (Red+Green+Blue) = 36+0+117=153 (20% of max value = 765). Red value is 36 (14.45% from 255 or 23.53% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #240075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240075 is #DBFF8A. Grayscale: #171717. Windows color (decimal): -14417803 or 7667748. OLE color: 7667748.

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

Color convert

RGB 36 0 117 -
CMYK 0.69 1 0 0.54
HSL 258.46º 1% 0.23% -
HSV(B) 258.46º 1% 0.46% -
XYZ 3.94 1.66 16.94 -
YUV 24.1 180.43 136.49 -
System Red Green Blue C M Y K H S L
Decimal 36 0 117 0.69 1 0 0.54 258.46 1 0.23
Hex 24 0 75 45 64 0 36 102 64 17
Octal 44 0 165 105 144 0 66 402 144 27
Binary 100100 0 1110101 1000101 1100100 0 110110 100000010 1100100 10111

Color Harmonies of #240075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240075

Black with #240075

Text Example


Text Example

White with #240075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240075; }

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

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

background-color css

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

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

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

border-color css

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

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

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