Html Css Color HEX #362483 Persian Indigo

📋 copy color: '#362483'

red 54 ◦ green 36 ◦ blue 131

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

Shades of Persian Indigo #362483

Tints of Persian Indigo #362483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 59.28%

R = 24.43%
G = 16.29%
B = 59.28%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#362483 (or 0x362483) is known color: Persian Indigo. HEX triplet: 36, 24 and 83. RGB value is (54,36,131). Sum of RGB (Red+Green+Blue) = 54+36+131=221 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.43% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 131 (51.56% from 255 or 59.28% from 221); Max value from RGB is 131 - color contains mainly: blue. Hex color #362483 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #362483 is #C9DB7C. Grayscale: #333333. Windows color (decimal): -13228925 or 8594486. OLE color: 8594486.

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

Color convert

RGB 54 36 131 -
CMYK 0.59 0.73 0 0.49
HSL 251.37º 0.57% 0.33% -
HSV(B) 251.37º 0.73% 0.51% -
XYZ 6.25 3.68 21.85 -
YUV 52.21 172.46 129.28 -
System Red Green Blue C M Y K H S L
Decimal 54 36 131 0.59 0.73 0 0.49 251.37 0.57 0.33
Hex 36 24 83 3B 49 0 31 FB 39 21
Octal 66 44 203 73 111 0 61 373 71 41
Binary 110110 100100 10000011 111011 1001001 0 110001 11111011 111001 100001

Color Harmonies of #362483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #362483

Black with #362483

Text Example


Text Example

White with #362483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #362483; }

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

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

background-color css

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

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

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

border-color css

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

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

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