Html Css Color HEX #240186 Persian Indigo

📋 copy color: '#240186'

red 36 ◦ green 1 ◦ blue 134

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

Shades of Persian Indigo #240186

Tints of Persian Indigo #240186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 78.36%

R = 21.05%
G = 0.58%
B = 78.36%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#240186 (or 0x240186) is known color: Persian Indigo. HEX triplet: 24, 01 and 86. RGB value is (36,1,134). Sum of RGB (Red+Green+Blue) = 36+1+134=171 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.05% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 134 (52.73% from 255 or 78.36% from 171); Max value from RGB is 134 - color contains mainly: blue. Hex color #240186 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240186 is #DBFE79. Grayscale: #1A1A1A. Windows color (decimal): -14417530 or 8782116. OLE color: 8782116.

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

Color convert

RGB 36 1 134 -
CMYK 0.73 0.99 0 0.47
HSL 255.79º 0.99% 0.26% -
HSV(B) 255.79º 0.99% 0.53% -
XYZ 5.04 2.12 22.7 -
YUV 26.63 188.6 134.69 -
System Red Green Blue C M Y K H S L
Decimal 36 1 134 0.73 0.99 0 0.47 255.79 0.99 0.26
Hex 24 1 86 49 63 0 2F 100 63 1A
Octal 44 1 206 111 143 0 57 400 143 32
Binary 100100 1 10000110 1001001 1100011 0 101111 100000000 1100011 11010

Color Harmonies of #240186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240186

Black with #240186

Text Example


Text Example

White with #240186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240186; }

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

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

background-color css

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

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

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

border-color css

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

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

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