Html Css Color HEX #370495 Persian Indigo

📋 copy color: '#370495'

red 55 ◦ green 4 ◦ blue 149

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

Shades of Persian Indigo #370495

Tints of Persian Indigo #370495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 71.63%

R = 26.44%
G = 1.92%
B = 71.63%

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

#370495 (or 0x370495) is known color: Persian Indigo. HEX triplet: 37, 04 and 95. RGB value is (55,4,149). Sum of RGB (Red+Green+Blue) = 55+4+149=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #370495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370495 is #C8FB6A. Grayscale: #232323. Windows color (decimal): -13171563 or 9765943. OLE color: 9765943.

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

Color convert

RGB 55 4 149 -
CMYK 0.63 0.97 0 0.42
HSL 261.1º 0.95% 0.3% -
HSV(B) 261.1º 0.97% 0.58% -
XYZ 7.04 3.07 28.65 -
YUV 35.78 191.9 141.71 -
System Red Green Blue C M Y K H S L
Decimal 55 4 149 0.63 0.97 0 0.42 261.1 0.95 0.3
Hex 37 4 95 3F 61 0 2A 105 5F 1E
Octal 67 4 225 77 141 0 52 405 137 36
Binary 110111 100 10010101 111111 1100001 0 101010 100000101 1011111 11110

Color Harmonies of #370495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370495

Black with #370495

Text Example


Text Example

White with #370495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370495; }

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

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

background-color css

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

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

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

border-color css

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

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

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