Html Css Color HEX #370980 Persian Indigo

📋 copy color: '#370980'

red 55 ◦ green 9 ◦ blue 128

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

Shades of Persian Indigo #370980

Tints of Persian Indigo #370980

RGB

 RED value IS 55 (21.88% from 255) = 28.65%

 GREEN value IS 9 (3.91% from 255) = 4.69%

 BLUE value IS 128 (50.39% from 255) = 66.67%

R = 28.65%
G = 4.69%
B = 66.67%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#370980 (or 0x370980) is known color: Persian Indigo. HEX triplet: 37, 09 and 80. RGB value is (55,9,128). Sum of RGB (Red+Green+Blue) = 55+9+128=192 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.65% from 192); Green value is 9 (3.91% from 255 or 4.69% from 192); Blue value is 128 (50.39% from 255 or 66.67% from 192); Max value from RGB is 128 - color contains mainly: blue. Hex color #370980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370980 is #C8F67F. Grayscale: #232323. Windows color (decimal): -13170304 or 8390967. OLE color: 8390967.

HSL color Cylindrical-coordinate representation of color #370980: hue angle of 263.19º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370980 is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 9 128 -
CMYK 0.57 0.93 0 0.50
HSL 263.19º 0.87% 0.27% -
HSV(B) 263.19º 0.93% 0.5% -
XYZ 5.57 2.57 20.62 -
YUV 36.32 179.74 141.32 -
System Red Green Blue C M Y K H S L
Decimal 55 9 128 0.57 0.93 0 0.50 263.19 0.87 0.27
Hex 37 9 80 39 5D 0 32 107 57 1B
Octal 67 11 200 71 135 0 62 407 127 33
Binary 110111 1001 10000000 111001 1011101 0 110010 100000111 1010111 11011

Color Harmonies of #370980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370980

Black with #370980

Text Example


Text Example

White with #370980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370980; }

 p { color: rgb(55,9,128); }

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

background-color css

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

 a { background-color: rgb(55,9,128); }

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

border-color css

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

 span { border-color: rgb(55,9,128); }

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