Html Css Color HEX #370680 Persian Indigo

📋 copy color: '#370680'

red 55 ◦ green 6 ◦ blue 128

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

Shades of Persian Indigo #370680

Tints of Persian Indigo #370680

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.17%

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

R = 29.1%
G = 3.17%
B = 67.72%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#370680 (or 0x370680) is known color: Persian Indigo. HEX triplet: 37, 06 and 80. RGB value is (55,6,128). Sum of RGB (Red+Green+Blue) = 55+6+128=189 (25% of max value = 765). Red value is 55 (21.88% from 255 or 29.10% from 189); Green value is 6 (2.73% from 255 or 3.17% from 189); Blue value is 128 (50.39% from 255 or 67.72% from 189); Max value from RGB is 128 - color contains mainly: blue. Hex color #370680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370680 is #C8F97F. Grayscale: #222222. Windows color (decimal): -13171072 or 8390199. OLE color: 8390199.

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

Color convert

RGB 55 6 128 -
CMYK 0.57 0.95 0 0.50
HSL 264.1º 0.91% 0.26% -
HSV(B) 264.1º 0.95% 0.5% -
XYZ 5.54 2.5 20.61 -
YUV 34.56 180.73 142.58 -
System Red Green Blue C M Y K H S L
Decimal 55 6 128 0.57 0.95 0 0.50 264.1 0.91 0.26
Hex 37 6 80 39 5F 0 32 108 5B 1A
Octal 67 6 200 71 137 0 62 410 133 32
Binary 110111 110 10000000 111001 1011111 0 110010 100001000 1011011 11010

Color Harmonies of #370680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370680

Black with #370680

Text Example


Text Example

White with #370680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370680; }

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

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

background-color css

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

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

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

border-color css

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

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

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