Html Css Color HEX #370494 Persian Indigo

📋 copy color: '#370494'

red 55 ◦ green 4 ◦ blue 148

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

Shades of Persian Indigo #370494

Tints of Persian Indigo #370494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 71.5%

R = 26.57%
G = 1.93%
B = 71.5%

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

#370494 (or 0x370494) is known color: Persian Indigo. HEX triplet: 37, 04 and 94. RGB value is (55,4,148). Sum of RGB (Red+Green+Blue) = 55+4+148=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 148 (58.20% from 255 or 71.50% from 207); Max value from RGB is 148 - color contains mainly: blue. Hex color #370494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370494 is #C8FB6B. Grayscale: #232323. Windows color (decimal): -13171564 or 9700407. OLE color: 9700407.

HSL color Cylindrical-coordinate representation of color #370494: hue angle of 261.25º 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 #370494 is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 4 148 -
CMYK 0.63 0.97 0 0.42
HSL 261.25º 0.95% 0.3% -
HSV(B) 261.25º 0.97% 0.58% -
XYZ 6.96 3.04 28.24 -
YUV 35.67 191.4 141.79 -
System Red Green Blue C M Y K H S L
Decimal 55 4 148 0.63 0.97 0 0.42 261.25 0.95 0.3
Hex 37 4 94 3F 61 0 2A 105 5F 1E
Octal 67 4 224 77 141 0 52 405 137 36
Binary 110111 100 10010100 111111 1100001 0 101010 100000101 1011111 11110

Color Harmonies of #370494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370494

Black with #370494

Text Example


Text Example

White with #370494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370494; }

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

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

background-color css

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

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

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

border-color css

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

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

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