Html Css Color HEX #361F80 Persian Indigo

📋 copy color: '#361F80'

red 54 ◦ green 31 ◦ blue 128

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

Shades of Persian Indigo #361F80

Tints of Persian Indigo #361F80

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.55%

 BLUE value IS 128 (50.39% from 255) = 60.09%

R = 25.35%
G = 14.55%
B = 60.09%

CMYK

 C value IS 0.58

 M value IS 0.76

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#361F80 (or 0x361F80) is known color: Persian Indigo. HEX triplet: 36, 1F and 80. RGB value is (54,31,128). Sum of RGB (Red+Green+Blue) = 54+31+128=213 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.35% from 213); Green value is 31 (12.5% from 255 or 14.55% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #361F80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361F80 is #C9E07F. Grayscale: #303030. Windows color (decimal): -13230208 or 8396598. OLE color: 8396598.

HSL color Cylindrical-coordinate representation of color #361F80: hue angle of 254.23º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361F80 is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 54 31 128 -
CMYK 0.58 0.76 0 0.50
HSL 254.23º 0.61% 0.31% -
HSV(B) 254.23º 0.76% 0.5% -
XYZ 5.91 3.32 20.75 -
YUV 48.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 54 31 128 0.58 0.76 0 0.50 254.23 0.61 0.31
Hex 36 1F 80 3A 4C 0 32 FE 3D 1F
Octal 66 37 200 72 114 0 62 376 75 37
Binary 110110 11111 10000000 111010 1001100 0 110010 11111110 111101 11111

Color Harmonies of #361F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361F80

Black with #361F80

Text Example


Text Example

White with #361F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361F80; }

 p { color: rgb(54,31,128); }

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

background-color css

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

 a { background-color: rgb(54,31,128); }

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

border-color css

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

 span { border-color: rgb(54,31,128); }

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