Html Css Color HEX #361685 Persian Indigo

📋 copy color: '#361685'

red 54 ◦ green 22 ◦ blue 133

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

Shades of Persian Indigo #361685

Tints of Persian Indigo #361685

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.53%

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

R = 25.84%
G = 10.53%
B = 63.64%

CMYK

 C value IS 0.59

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#361685 (or 0x361685) is known color: Persian Indigo. HEX triplet: 36, 16 and 85. RGB value is (54,22,133). Sum of RGB (Red+Green+Blue) = 54+22+133=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 22 (8.98% from 255 or 10.53% from 209); Blue value is 133 (52.34% from 255 or 63.64% from 209); Max value from RGB is 133 - color contains mainly: blue. Hex color #361685 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361685 is #C9E97A. Grayscale: #2B2B2B. Windows color (decimal): -13232507 or 8721974. OLE color: 8721974.

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

Color convert

RGB 54 22 133 -
CMYK 0.59 0.83 0 0.48
HSL 257.3º 0.72% 0.3% -
HSV(B) 257.3º 0.83% 0.52% -
XYZ 6.04 3.05 22.46 -
YUV 44.22 178.1 134.97 -
System Red Green Blue C M Y K H S L
Decimal 54 22 133 0.59 0.83 0 0.48 257.3 0.72 0.3
Hex 36 16 85 3B 53 0 30 101 48 1E
Octal 66 26 205 73 123 0 60 401 110 36
Binary 110110 10110 10000101 111011 1010011 0 110000 100000001 1001000 11110

Color Harmonies of #361685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361685

Black with #361685

Text Example


Text Example

White with #361685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361685; }

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

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

background-color css

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

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

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

border-color css

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

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

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