Html Css Color HEX #240185 Persian Indigo

📋 copy color: '#240185'

red 36 ◦ green 1 ◦ blue 133

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

Shades of Persian Indigo #240185

Tints of Persian Indigo #240185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.59%

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

R = 21.18%
G = 0.59%
B = 78.24%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#240185 (or 0x240185) is known color: Persian Indigo. HEX triplet: 24, 01 and 85. RGB value is (36,1,133). Sum of RGB (Red+Green+Blue) = 36+1+133=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 1 (0.78% from 255 or 0.59% from 170); Blue value is 133 (52.34% from 255 or 78.24% from 170); Max value from RGB is 133 - color contains mainly: blue. Hex color #240185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240185 is #DBFE7A. Grayscale: #1A1A1A. Windows color (decimal): -14417531 or 8716580. OLE color: 8716580.

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

Color convert

RGB 36 1 133 -
CMYK 0.73 0.99 0 0.48
HSL 255.91º 0.99% 0.26% -
HSV(B) 255.91º 0.99% 0.52% -
XYZ 4.97 2.09 22.33 -
YUV 26.51 188.1 134.77 -
System Red Green Blue C M Y K H S L
Decimal 36 1 133 0.73 0.99 0 0.48 255.91 0.99 0.26
Hex 24 1 85 49 63 0 30 100 63 1A
Octal 44 1 205 111 143 0 60 400 143 32
Binary 100100 1 10000101 1001001 1100011 0 110000 100000000 1100011 11010

Color Harmonies of #240185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240185

Black with #240185

Text Example


Text Example

White with #240185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240185; }

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

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

background-color css

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

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

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

border-color css

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

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

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