Html Css Color HEX #240885 Persian Indigo

📋 copy color: '#240885'

red 36 ◦ green 8 ◦ blue 133

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

Shades of Persian Indigo #240885

Tints of Persian Indigo #240885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 75.14%

R = 20.34%
G = 4.52%
B = 75.14%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#240885 (or 0x240885) is known color: Persian Indigo. HEX triplet: 24, 08 and 85. RGB value is (36,8,133). Sum of RGB (Red+Green+Blue) = 36+8+133=177 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.34% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 133 (52.34% from 255 or 75.14% from 177); Max value from RGB is 133 - color contains mainly: blue. Hex color #240885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240885 is #DBF77A. Grayscale: #1E1E1E. Windows color (decimal): -14415739 or 8718372. OLE color: 8718372.

HSL color Cylindrical-coordinate representation of color #240885: hue angle of 253.44º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240885 is Cyan = 0.73, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 36 8 133 -
CMYK 0.73 0.94 0 0.48
HSL 253.44º 0.89% 0.28% -
HSV(B) 253.44º 0.94% 0.52% -
XYZ 5.05 2.24 22.36 -
YUV 30.62 185.78 131.84 -
System Red Green Blue C M Y K H S L
Decimal 36 8 133 0.73 0.94 0 0.48 253.44 0.89 0.28
Hex 24 8 85 49 5E 0 30 FD 59 1C
Octal 44 10 205 111 136 0 60 375 131 34
Binary 100100 1000 10000101 1001001 1011110 0 110000 11111101 1011001 11100

Color Harmonies of #240885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240885

Black with #240885

Text Example


Text Example

White with #240885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240885; }

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

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

background-color css

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

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

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

border-color css

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

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

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