Html Css Color HEX #360583 Persian Indigo

📋 copy color: '#360583'

red 54 ◦ green 5 ◦ blue 131

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

Shades of Persian Indigo #360583

Tints of Persian Indigo #360583

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.63%

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

R = 28.42%
G = 2.63%
B = 68.95%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#360583 (or 0x360583) is known color: Persian Indigo. HEX triplet: 36, 05 and 83. RGB value is (54,5,131). Sum of RGB (Red+Green+Blue) = 54+5+131=190 (25% of max value = 765). Red value is 54 (21.48% from 255 or 28.42% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 131 (51.56% from 255 or 68.95% from 190); Max value from RGB is 131 - color contains mainly: blue. Hex color #360583 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360583 is #C9FA7C. Grayscale: #212121. Windows color (decimal): -13236861 or 8586550. OLE color: 8586550.

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

Color convert

RGB 54 5 131 -
CMYK 0.59 0.96 0 0.49
HSL 263.33º 0.93% 0.27% -
HSV(B) 263.33º 0.96% 0.51% -
XYZ 5.67 2.53 21.66 -
YUV 34.02 182.73 142.25 -
System Red Green Blue C M Y K H S L
Decimal 54 5 131 0.59 0.96 0 0.49 263.33 0.93 0.27
Hex 36 5 83 3B 60 0 31 107 5D 1B
Octal 66 5 203 73 140 0 61 407 135 33
Binary 110110 101 10000011 111011 1100000 0 110001 100000111 1011101 11011

Color Harmonies of #360583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360583

Black with #360583

Text Example


Text Example

White with #360583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360583; }

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

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

background-color css

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

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

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

border-color css

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

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

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