Html Css Color HEX #240875 Persian Indigo

📋 copy color: '#240875'

red 36 ◦ green 8 ◦ blue 117

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

Shades of Persian Indigo #240875

Tints of Persian Indigo #240875

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.97%

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

R = 22.36%
G = 4.97%
B = 72.67%

CMYK

 C value IS 0.69

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#240875 (or 0x240875) is known color: Persian Indigo. HEX triplet: 24, 08 and 75. RGB value is (36,8,117). Sum of RGB (Red+Green+Blue) = 36+8+117=161 (21% of max value = 765). Red value is 36 (14.45% from 255 or 22.36% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 117 (46.09% from 255 or 72.67% from 161); Max value from RGB is 117 - color contains mainly: blue. Hex color #240875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #240875 is #DBF78A. Grayscale: #1C1C1C. Windows color (decimal): -14415755 or 7669796. OLE color: 7669796.

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

Color convert

RGB 36 8 117 -
CMYK 0.69 0.93 0 0.54
HSL 255.41º 0.87% 0.25% -
HSV(B) 255.41º 0.93% 0.46% -
XYZ 4.03 1.83 16.97 -
YUV 28.8 177.78 133.14 -
System Red Green Blue C M Y K H S L
Decimal 36 8 117 0.69 0.93 0 0.54 255.41 0.87 0.25
Hex 24 8 75 45 5D 0 36 FF 57 19
Octal 44 10 165 105 135 0 66 377 127 31
Binary 100100 1000 1110101 1000101 1011101 0 110110 11111111 1010111 11001

Color Harmonies of #240875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240875

Black with #240875

Text Example


Text Example

White with #240875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240875; }

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

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

background-color css

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

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

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

border-color css

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

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

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