Html Css Color HEX #240485 Persian Indigo

📋 copy color: '#240485'

red 36 ◦ green 4 ◦ blue 133

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

Shades of Persian Indigo #240485

Tints of Persian Indigo #240485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.31%

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

R = 20.81%
G = 2.31%
B = 76.88%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#240485 (or 0x240485) is known color: Persian Indigo. HEX triplet: 24, 04 and 85. RGB value is (36,4,133). Sum of RGB (Red+Green+Blue) = 36+4+133=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 133 (52.34% from 255 or 76.88% from 173); Max value from RGB is 133 - color contains mainly: blue. Hex color #240485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240485 is #DBFB7A. Grayscale: #1B1B1B. Windows color (decimal): -14416763 or 8717348. OLE color: 8717348.

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

Color convert

RGB 36 4 133 -
CMYK 0.73 0.97 0 0.48
HSL 254.88º 0.94% 0.27% -
HSV(B) 254.88º 0.97% 0.52% -
XYZ 5 2.16 22.34 -
YUV 28.27 187.1 133.51 -
System Red Green Blue C M Y K H S L
Decimal 36 4 133 0.73 0.97 0 0.48 254.88 0.94 0.27
Hex 24 4 85 49 61 0 30 FF 5E 1B
Octal 44 4 205 111 141 0 60 377 136 33
Binary 100100 100 10000101 1001001 1100001 0 110000 11111111 1011110 11011

Color Harmonies of #240485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240485

Black with #240485

Text Example


Text Example

White with #240485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240485; }

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

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

background-color css

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

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

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

border-color css

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

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

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