Html Css Color HEX #361B77 Persian Indigo

📋 copy color: '#361B77'

red 54 ◦ green 27 ◦ blue 119

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

Shades of Persian Indigo #361B77

Tints of Persian Indigo #361B77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 59.5%

R = 27%
G = 13.5%
B = 59.5%

CMYK

 C value IS 0.55

 M value IS 0.77

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#361B77 (or 0x361B77) is known color: Persian Indigo. HEX triplet: 36, 1B and 77. RGB value is (54,27,119). Sum of RGB (Red+Green+Blue) = 54+27+119=200 (26% of max value = 765). Red value is 54 (21.48% from 255 or 27% from 200); Green value is 27 (10.94% from 255 or 13.5% from 200); Blue value is 119 (46.88% from 255 or 59.5% from 200); Max value from RGB is 119 - color contains mainly: blue. Hex color #361B77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #361B77 is #C9E488. Grayscale: #2D2D2D. Windows color (decimal): -13231241 or 7805750. OLE color: 7805750.

HSL color Cylindrical-coordinate representation of color #361B77: hue angle of 257.61º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #361B77 is Cyan = 0.55, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 27 119 -
CMYK 0.55 0.77 0 0.53
HSL 257.61º 0.63% 0.29% -
HSV(B) 257.61º 0.77% 0.47% -
XYZ 5.24 2.9 17.74 -
YUV 45.56 169.45 134.02 -
System Red Green Blue C M Y K H S L
Decimal 54 27 119 0.55 0.77 0 0.53 257.61 0.63 0.29
Hex 36 1B 77 37 4D 0 35 102 3F 1D
Octal 66 33 167 67 115 0 65 402 77 35
Binary 110110 11011 1110111 110111 1001101 0 110101 100000010 111111 11101

Color Harmonies of #361B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361B77

Black with #361B77

Text Example


Text Example

White with #361B77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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