Html Css Color HEX #362485 Persian Indigo

📋 copy color: '#362485'

red 54 ◦ green 36 ◦ blue 133

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

Shades of Persian Indigo #362485

Tints of Persian Indigo #362485

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

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

R = 24.22%
G = 16.14%
B = 59.64%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#362485 (or 0x362485) is known color: Persian Indigo. HEX triplet: 36, 24 and 85. RGB value is (54,36,133). Sum of RGB (Red+Green+Blue) = 54+36+133=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #362485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362485 is #C9DB7A. Grayscale: #343434. Windows color (decimal): -13228923 or 8725558. OLE color: 8725558.

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

Color convert

RGB 54 36 133 -
CMYK 0.59 0.73 0 0.48
HSL 251.13º 0.57% 0.33% -
HSV(B) 251.13º 0.73% 0.52% -
XYZ 6.39 3.74 22.58 -
YUV 52.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 54 36 133 0.59 0.73 0 0.48 251.13 0.57 0.33
Hex 36 24 85 3B 49 0 30 FB 39 21
Octal 66 44 205 73 111 0 60 373 71 41
Binary 110110 100100 10000101 111011 1001001 0 110000 11111011 111001 100001

Color Harmonies of #362485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362485

Black with #362485

Text Example


Text Example

White with #362485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362485; }

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

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

background-color css

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

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

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

border-color css

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

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

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