Html Css Color HEX #362085 Persian Indigo

📋 copy color: '#362085'

red 54 ◦ green 32 ◦ blue 133

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

Shades of Persian Indigo #362085

Tints of Persian Indigo #362085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 60.73%

R = 24.66%
G = 14.61%
B = 60.73%

CMYK

 C value IS 0.59

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#362085 (or 0x362085) is known color: Persian Indigo. HEX triplet: 36, 20 and 85. RGB value is (54,32,133). Sum of RGB (Red+Green+Blue) = 54+32+133=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #362085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362085 is #C9DF7A. Grayscale: #313131. Windows color (decimal): -13229947 or 8724534. OLE color: 8724534.

HSL color Cylindrical-coordinate representation of color #362085: hue angle of 253.07º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #362085 is Cyan = 0.59, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 32 133 -
CMYK 0.59 0.76 0 0.48
HSL 253.07º 0.61% 0.32% -
HSV(B) 253.07º 0.76% 0.52% -
XYZ 6.27 3.51 22.54 -
YUV 50.09 174.79 130.79 -
System Red Green Blue C M Y K H S L
Decimal 54 32 133 0.59 0.76 0 0.48 253.07 0.61 0.32
Hex 36 20 85 3B 4C 0 30 FD 3D 20
Octal 66 40 205 73 114 0 60 375 75 40
Binary 110110 100000 10000101 111011 1001100 0 110000 11111101 111101 100000

Color Harmonies of #362085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362085

Black with #362085

Text Example


Text Example

White with #362085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362085; }

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

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

background-color css

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

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

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

border-color css

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

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

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