Html Css Color HEX #362089 Persian Indigo

📋 copy color: '#362089'

red 54 ◦ green 32 ◦ blue 137

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

Shades of Persian Indigo #362089

Tints of Persian Indigo #362089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 61.43%

R = 24.22%
G = 14.35%
B = 61.43%

CMYK

 C value IS 0.61

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#362089 (or 0x362089) is known color: Persian Indigo. HEX triplet: 36, 20 and 89. RGB value is (54,32,137). Sum of RGB (Red+Green+Blue) = 54+32+137=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #362089 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362089 is #C9DF76. Grayscale: #323232. Windows color (decimal): -13229943 or 8986678. OLE color: 8986678.

HSL color Cylindrical-coordinate representation of color #362089: hue angle of 252.57º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #362089 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 32 137 -
CMYK 0.61 0.77 0 0.46
HSL 252.57º 0.62% 0.33% -
HSV(B) 252.57º 0.77% 0.54% -
XYZ 6.55 3.62 24.02 -
YUV 50.55 176.79 130.46 -
System Red Green Blue C M Y K H S L
Decimal 54 32 137 0.61 0.77 0 0.46 252.57 0.62 0.33
Hex 36 20 89 3D 4D 0 2E FD 3E 21
Octal 66 40 211 75 115 0 56 375 76 41
Binary 110110 100000 10001001 111101 1001101 0 101110 11111101 111110 100001

Color Harmonies of #362089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362089

Black with #362089

Text Example


Text Example

White with #362089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362089; }

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

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

background-color css

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

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

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

border-color css

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

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

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