Html Css Color HEX #361783 Persian Indigo

📋 copy color: '#361783'

red 54 ◦ green 23 ◦ blue 131

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

Shades of Persian Indigo #361783

Tints of Persian Indigo #361783

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.06%

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

R = 25.96%
G = 11.06%
B = 62.98%

CMYK

 C value IS 0.59

 M value IS 0.82

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#361783 (or 0x361783) is known color: Persian Indigo. HEX triplet: 36, 17 and 83. RGB value is (54,23,131). Sum of RGB (Red+Green+Blue) = 54+23+131=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 23 (9.38% from 255 or 11.06% from 208); Blue value is 131 (51.56% from 255 or 62.98% from 208); Max value from RGB is 131 - color contains mainly: blue. Hex color #361783 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361783 is #C9E87C. Grayscale: #2C2C2C. Windows color (decimal): -13232253 or 8591158. OLE color: 8591158.

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

Color convert

RGB 54 23 131 -
CMYK 0.59 0.82 0 0.49
HSL 257.22º 0.7% 0.3% -
HSV(B) 257.22º 0.82% 0.51% -
XYZ 5.92 3.04 21.75 -
YUV 44.58 176.77 134.72 -
System Red Green Blue C M Y K H S L
Decimal 54 23 131 0.59 0.82 0 0.49 257.22 0.7 0.3
Hex 36 17 83 3B 52 0 31 101 46 1E
Octal 66 27 203 73 122 0 61 401 106 36
Binary 110110 10111 10000011 111011 1010010 0 110001 100000001 1000110 11110

Color Harmonies of #361783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361783

Black with #361783

Text Example


Text Example

White with #361783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361783; }

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

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

background-color css

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

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

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

border-color css

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

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

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