Html Css Color HEX #360377 Persian Indigo

📋 copy color: '#360377'

red 54 ◦ green 3 ◦ blue 119

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

Shades of Persian Indigo #360377

Tints of Persian Indigo #360377

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.7%

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

R = 30.68%
G = 1.7%
B = 67.61%

CMYK

 C value IS 0.55

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#360377 (or 0x360377) is known color: Persian Indigo. HEX triplet: 36, 03 and 77. RGB value is (54,3,119). Sum of RGB (Red+Green+Blue) = 54+3+119=176 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.68% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 119 (46.88% from 255 or 67.61% from 176); Max value from RGB is 119 - color contains mainly: blue. Hex color #360377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360377 is #C9FC88. Grayscale: #1F1F1F. Windows color (decimal): -13237385 or 7799606. OLE color: 7799606.

HSL color Cylindrical-coordinate representation of color #360377: hue angle of 266.38º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #360377 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 54 3 119 -
CMYK 0.55 0.97 0 0.53
HSL 266.38º 0.95% 0.24% -
HSV(B) 266.38º 0.97% 0.47% -
XYZ 4.88 2.18 17.62 -
YUV 31.47 177.4 144.07 -
System Red Green Blue C M Y K H S L
Decimal 54 3 119 0.55 0.97 0 0.53 266.38 0.95 0.24
Hex 36 3 77 37 61 0 35 10A 5F 18
Octal 66 3 167 67 141 0 65 412 137 30
Binary 110110 11 1110111 110111 1100001 0 110101 100001010 1011111 11000

Color Harmonies of #360377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #360377

Black with #360377

Text Example


Text Example

White with #360377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #360377; }

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

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

background-color css

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

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

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

border-color css

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

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

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