Html Css Color HEX #361BA1 Persian Indigo

📋 copy color: '#361BA1'

red 54 ◦ green 27 ◦ blue 161

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

Shades of Persian Indigo #361BA1

Tints of Persian Indigo #361BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 66.53%

R = 22.31%
G = 11.16%
B = 66.53%

CMYK

 C value IS 0.66

 M value IS 0.83

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#361BA1 (or 0x361BA1) is known color: Persian Indigo. HEX triplet: 36, 1B and A1. RGB value is (54,27,161). Sum of RGB (Red+Green+Blue) = 54+27+161=242 (32% of max value = 765). Red value is 54 (21.48% from 255 or 22.31% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 161 (63.28% from 255 or 66.53% from 242); Max value from RGB is 161 - color contains mainly: blue. Hex color #361BA1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #361BA1 is #C9E45E. Grayscale: #313131. Windows color (decimal): -13231199 or 10558262. OLE color: 10558262.

HSL color Cylindrical-coordinate representation of color #361BA1: hue angle of 252.09º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #361BA1 is Cyan = 0.66, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 54 27 161 -
CMYK 0.66 0.83 0 0.37
HSL 252.09º 0.71% 0.37% -
HSV(B) 252.09º 0.83% 0.63% -
XYZ 8.35 4.14 34.08 -
YUV 50.35 190.45 130.6 -
System Red Green Blue C M Y K H S L
Decimal 54 27 161 0.66 0.83 0 0.37 252.09 0.71 0.37
Hex 36 1B A1 42 53 0 25 FC 47 25
Octal 66 33 241 102 123 0 45 374 107 45
Binary 110110 11011 10100001 1000010 1010011 0 100101 11111100 1000111 100101

Color Harmonies of #361BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361BA1

Black with #361BA1

Text Example


Text Example

White with #361BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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