Html Css Color HEX #362188 Persian Indigo

📋 copy color: '#362188'

red 54 ◦ green 33 ◦ blue 136

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

Shades of Persian Indigo #362188

Tints of Persian Indigo #362188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 60.99%

R = 24.22%
G = 14.8%
B = 60.99%

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

#362188 (or 0x362188) is known color: Persian Indigo. HEX triplet: 36, 21 and 88. RGB value is (54,33,136). Sum of RGB (Red+Green+Blue) = 54+33+136=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 33 (13.28% from 255 or 14.80% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #362188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362188 is #C9DE77. Grayscale: #323232. Windows color (decimal): -13229688 or 8921398. OLE color: 8921398.

HSL color Cylindrical-coordinate representation of color #362188: hue angle of 252.23º 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 #362188 is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 33 136 -
CMYK 0.60 0.76 0 0.47
HSL 252.23º 0.61% 0.33% -
HSV(B) 252.23º 0.76% 0.53% -
XYZ 6.51 3.65 23.65 -
YUV 51.02 175.96 130.12 -
System Red Green Blue C M Y K H S L
Decimal 54 33 136 0.60 0.76 0 0.47 252.23 0.61 0.33
Hex 36 21 88 3C 4C 0 2F FC 3D 21
Octal 66 41 210 74 114 0 57 374 75 41
Binary 110110 100001 10001000 111100 1001100 0 101111 11111100 111101 100001

Color Harmonies of #362188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362188

Black with #362188

Text Example


Text Example

White with #362188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362188; }

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

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

background-color css

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

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

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

border-color css

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

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

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