Html Css Color HEX #362392 Persian Indigo

📋 copy color: '#362392'

red 54 ◦ green 35 ◦ blue 146

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

Shades of Persian Indigo #362392

Tints of Persian Indigo #362392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

 BLUE value IS 146 (57.42% from 255) = 62.13%

R = 22.98%
G = 14.89%
B = 62.13%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#362392 (or 0x362392) is known color: Persian Indigo. HEX triplet: 36, 23 and 92. RGB value is (54,35,146). Sum of RGB (Red+Green+Blue) = 54+35+146=235 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.98% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 146 (57.42% from 255 or 62.13% from 235); Max value from RGB is 146 - color contains mainly: blue. Hex color #362392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362392 is #C9DC6D. Grayscale: #343434. Windows color (decimal): -13229166 or 9577270. OLE color: 9577270.

HSL color Cylindrical-coordinate representation of color #362392: hue angle of 250.27º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362392 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 35 146 -
CMYK 0.63 0.76 0 0.43
HSL 250.27º 0.61% 0.35% -
HSV(B) 250.27º 0.76% 0.57% -
XYZ 7.31 4.06 27.59 -
YUV 53.34 180.29 128.47 -
System Red Green Blue C M Y K H S L
Decimal 54 35 146 0.63 0.76 0 0.43 250.27 0.61 0.35
Hex 36 23 92 3F 4C 0 2B FA 3D 23
Octal 66 43 222 77 114 0 53 372 75 43
Binary 110110 100011 10010010 111111 1001100 0 101011 11111010 111101 100011

Color Harmonies of #362392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362392

Black with #362392

Text Example


Text Example

White with #362392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362392; }

 p { color: rgb(54,35,146); }

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

background-color css

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

 a { background-color: rgb(54,35,146); }

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

border-color css

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

 span { border-color: rgb(54,35,146); }

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