Html Css Color HEX #361791 Persian Indigo

📋 copy color: '#361791'

red 54 ◦ green 23 ◦ blue 145

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

Shades of Persian Indigo #361791

Tints of Persian Indigo #361791

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.36%

 BLUE value IS 145 (57.03% from 255) = 65.32%

R = 24.32%
G = 10.36%
B = 65.32%

CMYK

 C value IS 0.63

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#361791 (or 0x361791) is known color: Persian Indigo. HEX triplet: 36, 17 and 91. RGB value is (54,23,145). Sum of RGB (Red+Green+Blue) = 54+23+145=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 145 (57.03% from 255 or 65.32% from 222); Max value from RGB is 145 - color contains mainly: blue. Hex color #361791 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #361791 is #C9E86E. Grayscale: #2D2D2D. Windows color (decimal): -13232239 or 9508662. OLE color: 9508662.

HSL color Cylindrical-coordinate representation of color #361791: hue angle of 255.25º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #361791 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 54 23 145 -
CMYK 0.63 0.84 0 0.43
HSL 255.25º 0.73% 0.33% -
HSV(B) 255.25º 0.84% 0.57% -
XYZ 6.94 3.44 27.09 -
YUV 46.18 183.77 133.58 -
System Red Green Blue C M Y K H S L
Decimal 54 23 145 0.63 0.84 0 0.43 255.25 0.73 0.33
Hex 36 17 91 3F 54 0 2B FF 49 21
Octal 66 27 221 77 124 0 53 377 111 41
Binary 110110 10111 10010001 111111 1010100 0 101011 11111111 1001001 100001

Color Harmonies of #361791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361791

Black with #361791

Text Example


Text Example

White with #361791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361791; }

 p { color: rgb(54,23,145); }

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

background-color css

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

 a { background-color: rgb(54,23,145); }

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

border-color css

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

 span { border-color: rgb(54,23,145); }

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