Html Css Color HEX #360891 Persian Indigo

📋 copy color: '#360891'

red 54 ◦ green 8 ◦ blue 145

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

Shades of Persian Indigo #360891

Tints of Persian Indigo #360891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.86%

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

R = 26.09%
G = 3.86%
B = 70.05%

CMYK

 C value IS 0.63

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#360891 (or 0x360891) is known color: Persian Indigo. HEX triplet: 36, 08 and 91. RGB value is (54,8,145). Sum of RGB (Red+Green+Blue) = 54+8+145=207 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.09% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #360891 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360891 is #C9F76E. Grayscale: #242424. Windows color (decimal): -13236079 or 9504822. OLE color: 9504822.

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

Color convert

RGB 54 8 145 -
CMYK 0.63 0.94 0 0.43
HSL 260.15º 0.9% 0.3% -
HSV(B) 260.15º 0.94% 0.57% -
XYZ 6.72 3 27.01 -
YUV 37.37 188.74 139.86 -
System Red Green Blue C M Y K H S L
Decimal 54 8 145 0.63 0.94 0 0.43 260.15 0.9 0.3
Hex 36 8 91 3F 5E 0 2B 104 5A 1E
Octal 66 10 221 77 136 0 53 404 132 36
Binary 110110 1000 10010001 111111 1011110 0 101011 100000100 1011010 11110

Color Harmonies of #360891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360891

Black with #360891

Text Example


Text Example

White with #360891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360891; }

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

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

background-color css

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

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

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

border-color css

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

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

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