Html Css Color HEX #240085 Persian Indigo

📋 copy color: '#240085'

red 36 ◦ green 0 ◦ blue 133

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

Shades of Persian Indigo #240085

Tints of Persian Indigo #240085

RGB

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

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

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

R = 21.3%
G = 0%
B = 78.7%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#240085 (or 0x240085) is known color: Persian Indigo. HEX triplet: 24, 00 and 85. RGB value is (36,0,133). Sum of RGB (Red+Green+Blue) = 36+0+133=169 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.30% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 133 (52.34% from 255 or 78.70% from 169); Max value from RGB is 133 - color contains mainly: blue. Hex color #240085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240085 is #DBFF7A. Grayscale: #191919. Windows color (decimal): -14417787 or 8716324. OLE color: 8716324.

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

Color convert

RGB 36 0 133 -
CMYK 0.73 1 0 0.48
HSL 256.24º 1% 0.26% -
HSV(B) 256.24º 1% 0.52% -
XYZ 4.96 2.07 22.33 -
YUV 25.93 188.43 135.19 -
System Red Green Blue C M Y K H S L
Decimal 36 0 133 0.73 1 0 0.48 256.24 1 0.26
Hex 24 0 85 49 64 0 30 100 64 1A
Octal 44 0 205 111 144 0 60 400 144 32
Binary 100100 0 10000101 1001001 1100100 0 110000 100000000 1100100 11010

Color Harmonies of #240085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240085

Black with #240085

Text Example


Text Example

White with #240085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240085; }

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

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

background-color css

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

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

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

border-color css

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

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

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