Html Css Color HEX #370394 Persian Indigo

📋 copy color: '#370394'

red 55 ◦ green 3 ◦ blue 148

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

Shades of Persian Indigo #370394

Tints of Persian Indigo #370394

RGB

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

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

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

R = 26.7%
G = 1.46%
B = 71.84%

CMYK

 C value IS 0.63

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#370394 (or 0x370394) is known color: Persian Indigo. HEX triplet: 37, 03 and 94. RGB value is (55,3,148). Sum of RGB (Red+Green+Blue) = 55+3+148=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 148 (58.20% from 255 or 71.84% from 206); Max value from RGB is 148 - color contains mainly: blue. Hex color #370394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370394 is #C8FC6B. Grayscale: #222222. Windows color (decimal): -13171820 or 9700151. OLE color: 9700151.

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

Color convert

RGB 55 3 148 -
CMYK 0.63 0.98 0 0.42
HSL 261.52º 0.96% 0.3% -
HSV(B) 261.52º 0.98% 0.58% -
XYZ 6.95 3.02 28.23 -
YUV 35.08 191.73 142.21 -
System Red Green Blue C M Y K H S L
Decimal 55 3 148 0.63 0.98 0 0.42 261.52 0.96 0.3
Hex 37 3 94 3F 62 0 2A 106 60 1E
Octal 67 3 224 77 142 0 52 406 140 36
Binary 110111 11 10010100 111111 1100010 0 101010 100000110 1100000 11110

Color Harmonies of #370394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370394

Black with #370394

Text Example


Text Example

White with #370394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370394; }

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

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

background-color css

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

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

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

border-color css

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

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

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