Html Css Color HEX #361B71 Persian Indigo

📋 copy color: '#361B71'

red 54 ◦ green 27 ◦ blue 113

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

Shades of Persian Indigo #361B71

Tints of Persian Indigo #361B71

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.92%

 BLUE value IS 113 (44.53% from 255) = 58.25%

R = 27.84%
G = 13.92%
B = 58.25%

CMYK

 C value IS 0.52

 M value IS 0.76

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#361B71 (or 0x361B71) is known color: Persian Indigo. HEX triplet: 36, 1B and 71. RGB value is (54,27,113). Sum of RGB (Red+Green+Blue) = 54+27+113=194 (25% of max value = 765). Red value is 54 (21.48% from 255 or 27.84% from 194); Green value is 27 (10.94% from 255 or 13.92% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #361B71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361B71 is #C9E48E. Grayscale: #2C2C2C. Windows color (decimal): -13231247 or 7412534. OLE color: 7412534.

HSL color Cylindrical-coordinate representation of color #361B71: hue angle of 258.84º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #361B71 is Cyan = 0.52, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 27 113 -
CMYK 0.52 0.76 0 0.56
HSL 258.84º 0.61% 0.27% -
HSV(B) 258.84º 0.76% 0.44% -
XYZ 4.89 2.76 15.9 -
YUV 44.88 166.45 134.51 -
System Red Green Blue C M Y K H S L
Decimal 54 27 113 0.52 0.76 0 0.56 258.84 0.61 0.27
Hex 36 1B 71 34 4C 0 38 103 3D 1B
Octal 66 33 161 64 114 0 70 403 75 33
Binary 110110 11011 1110001 110100 1001100 0 111000 100000011 111101 11011

Color Harmonies of #361B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B71

Black with #361B71

Text Example


Text Example

White with #361B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,27,113); }

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

background-color css

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

 a { background-color: rgb(54,27,113); }

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

border-color css

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

 span { border-color: rgb(54,27,113); }

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