Html Css Color HEX #362088 Persian Indigo

📋 copy color: '#362088'

red 54 ◦ green 32 ◦ blue 136

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

Shades of Persian Indigo #362088

Tints of Persian Indigo #362088

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.41%

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

R = 24.32%
G = 14.41%
B = 61.26%

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

#362088 (or 0x362088) is known color: Persian Indigo. HEX triplet: 36, 20 and 88. RGB value is (54,32,136). Sum of RGB (Red+Green+Blue) = 54+32+136=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 136 (53.52% from 255 or 61.26% from 222); Max value from RGB is 136 - color contains mainly: blue. Hex color #362088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362088 is #C9DF77. Grayscale: #323232. Windows color (decimal): -13229944 or 8921142. OLE color: 8921142.

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

Color convert

RGB 54 32 136 -
CMYK 0.60 0.76 0 0.47
HSL 252.69º 0.62% 0.33% -
HSV(B) 252.69º 0.76% 0.53% -
XYZ 6.48 3.59 23.64 -
YUV 50.43 176.29 130.54 -
System Red Green Blue C M Y K H S L
Decimal 54 32 136 0.60 0.76 0 0.47 252.69 0.62 0.33
Hex 36 20 88 3C 4C 0 2F FD 3E 21
Octal 66 40 210 74 114 0 57 375 76 41
Binary 110110 100000 10001000 111100 1001100 0 101111 11111101 111110 100001

Color Harmonies of #362088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362088

Black with #362088

Text Example


Text Example

White with #362088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362088; }

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

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

background-color css

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

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

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

border-color css

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

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

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