Html Css Color HEX #370493 Persian Indigo

📋 copy color: '#370493'

red 55 ◦ green 4 ◦ blue 147

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

Shades of Persian Indigo #370493

Tints of Persian Indigo #370493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

 BLUE value IS 147 (57.81% from 255) = 71.36%

R = 26.7%
G = 1.94%
B = 71.36%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#370493 (or 0x370493) is known color: Persian Indigo. HEX triplet: 37, 04 and 93. RGB value is (55,4,147). Sum of RGB (Red+Green+Blue) = 55+4+147=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 147 (57.81% from 255 or 71.36% from 206); Max value from RGB is 147 - color contains mainly: blue. Hex color #370493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370493 is #C8FB6C. Grayscale: #232323. Windows color (decimal): -13171565 or 9634871. OLE color: 9634871.

HSL color Cylindrical-coordinate representation of color #370493: hue angle of 261.4º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #370493 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 4 147 -
CMYK 0.63 0.97 0 0.42
HSL 261.4º 0.95% 0.3% -
HSV(B) 261.4º 0.97% 0.58% -
XYZ 6.89 3.01 27.82 -
YUV 35.55 190.9 141.87 -
System Red Green Blue C M Y K H S L
Decimal 55 4 147 0.63 0.97 0 0.42 261.4 0.95 0.3
Hex 37 4 93 3F 61 0 2A 105 5F 1E
Octal 67 4 223 77 141 0 52 405 137 36
Binary 110111 100 10010011 111111 1100001 0 101010 100000101 1011111 11110

Color Harmonies of #370493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370493

Black with #370493

Text Example


Text Example

White with #370493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370493; }

 p { color: rgb(55,4,147); }

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

background-color css

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

 a { background-color: rgb(55,4,147); }

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

border-color css

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

 span { border-color: rgb(55,4,147); }

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