Html Css Color HEX #362187 Persian Indigo

📋 copy color: '#362187'

red 54 ◦ green 33 ◦ blue 135

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

Shades of Persian Indigo #362187

Tints of Persian Indigo #362187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 60.81%

R = 24.32%
G = 14.86%
B = 60.81%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#362187 (or 0x362187) is known color: Persian Indigo. HEX triplet: 36, 21 and 87. RGB value is (54,33,135). Sum of RGB (Red+Green+Blue) = 54+33+135=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 135 (53.12% from 255 or 60.81% from 222); Max value from RGB is 135 - color contains mainly: blue. Hex color #362187 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362187 is #C9DE78. Grayscale: #323232. Windows color (decimal): -13229689 or 8855862. OLE color: 8855862.

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

Color convert

RGB 54 33 135 -
CMYK 0.60 0.76 0 0.47
HSL 252.35º 0.61% 0.33% -
HSV(B) 252.35º 0.76% 0.53% -
XYZ 6.44 3.62 23.28 -
YUV 50.91 175.46 130.21 -
System Red Green Blue C M Y K H S L
Decimal 54 33 135 0.60 0.76 0 0.47 252.35 0.61 0.33
Hex 36 21 87 3C 4C 0 2F FC 3D 21
Octal 66 41 207 74 114 0 57 374 75 41
Binary 110110 100001 10000111 111100 1001100 0 101111 11111100 111101 100001

Color Harmonies of #362187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362187

Black with #362187

Text Example


Text Example

White with #362187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362187; }

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

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

background-color css

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

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

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

border-color css

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

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

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