Html Css Color HEX #361987 Persian Indigo

📋 copy color: '#361987'

red 54 ◦ green 25 ◦ blue 135

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

Shades of Persian Indigo #361987

Tints of Persian Indigo #361987

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.68%

 BLUE value IS 135 (53.13% from 255) = 63.08%

R = 25.23%
G = 11.68%
B = 63.08%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#361987 (or 0x361987) is known color: Persian Indigo. HEX triplet: 36, 19 and 87. RGB value is (54,25,135). Sum of RGB (Red+Green+Blue) = 54+25+135=214 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.23% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 135 (53.12% from 255 or 63.08% from 214); Max value from RGB is 135 - color contains mainly: blue. Hex color #361987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361987 is #C9E678. Grayscale: #2D2D2D. Windows color (decimal): -13231737 or 8853814. OLE color: 8853814.

HSL color Cylindrical-coordinate representation of color #361987: hue angle of 255.82º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #361987 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 54 25 135 -
CMYK 0.60 0.81 0 0.47
HSL 255.82º 0.69% 0.31% -
HSV(B) 255.82º 0.81% 0.53% -
XYZ 6.24 3.23 23.22 -
YUV 46.21 178.11 133.56 -
System Red Green Blue C M Y K H S L
Decimal 54 25 135 0.60 0.81 0 0.47 255.82 0.69 0.31
Hex 36 19 87 3C 51 0 2F 100 45 1F
Octal 66 31 207 74 121 0 57 400 105 37
Binary 110110 11001 10000111 111100 1010001 0 101111 100000000 1000101 11111

Color Harmonies of #361987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361987

Black with #361987

Text Example


Text Example

White with #361987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361987; }

 p { color: rgb(54,25,135); }

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

background-color css

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

 a { background-color: rgb(54,25,135); }

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

border-color css

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

 span { border-color: rgb(54,25,135); }

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