Html Css Color HEX #362186 Persian Indigo

📋 copy color: '#362186'

red 54 ◦ green 33 ◦ blue 134

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

Shades of Persian Indigo #362186

Tints of Persian Indigo #362186

RGB

 RED value IS 54 (21.48% from 255) = 24.43%

 GREEN value IS 33 (13.28% from 255) = 14.93%

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

R = 24.43%
G = 14.93%
B = 60.63%

CMYK

 C value IS 0.60

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#362186 (or 0x362186) is known color: Persian Indigo. HEX triplet: 36, 21 and 86. RGB value is (54,33,134). Sum of RGB (Red+Green+Blue) = 54+33+134=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 33 (13.28% from 255 or 14.93% from 221); Blue value is 134 (52.73% from 255 or 60.63% from 221); Max value from RGB is 134 - color contains mainly: blue. Hex color #362186 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362186 is #C9DE79. Grayscale: #323232. Windows color (decimal): -13229690 or 8790326. OLE color: 8790326.

HSL color Cylindrical-coordinate representation of color #362186: hue angle of 252.48º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #362186 is Cyan = 0.60, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 33 134 -
CMYK 0.60 0.75 0 0.47
HSL 252.48º 0.6% 0.33% -
HSV(B) 252.48º 0.75% 0.53% -
XYZ 6.37 3.59 22.91 -
YUV 50.79 174.96 130.29 -
System Red Green Blue C M Y K H S L
Decimal 54 33 134 0.60 0.75 0 0.47 252.48 0.6 0.33
Hex 36 21 86 3C 4B 0 2F FC 3C 21
Octal 66 41 206 74 113 0 57 374 74 41
Binary 110110 100001 10000110 111100 1001011 0 101111 11111100 111100 100001

Color Harmonies of #362186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362186

Black with #362186

Text Example


Text Example

White with #362186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362186; }

 p { color: rgb(54,33,134); }

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

background-color css

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

 a { background-color: rgb(54,33,134); }

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

border-color css

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

 span { border-color: rgb(54,33,134); }

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