Html Css Color HEX #370490 Persian Indigo

📋 copy color: '#370490'

red 55 ◦ green 4 ◦ blue 144

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

Shades of Persian Indigo #370490

Tints of Persian Indigo #370490

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 70.94%

R = 27.09%
G = 1.97%
B = 70.94%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#370490 (or 0x370490) is known color: Persian Indigo. HEX triplet: 37, 04 and 90. RGB value is (55,4,144). Sum of RGB (Red+Green+Blue) = 55+4+144=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 144 (56.64% from 255 or 70.94% from 203); Max value from RGB is 144 - color contains mainly: blue. Hex color #370490 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370490 is #C8FB6F. Grayscale: #222222. Windows color (decimal): -13171568 or 9438263. OLE color: 9438263.

HSL color Cylindrical-coordinate representation of color #370490: hue angle of 261.86º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #370490 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 4 144 -
CMYK 0.62 0.97 0 0.44
HSL 261.86º 0.95% 0.29% -
HSV(B) 261.86º 0.97% 0.56% -
XYZ 6.65 2.91 26.6 -
YUV 35.21 189.4 142.12 -
System Red Green Blue C M Y K H S L
Decimal 55 4 144 0.62 0.97 0 0.44 261.86 0.95 0.29
Hex 37 4 90 3E 61 0 2C 106 5F 1D
Octal 67 4 220 76 141 0 54 406 137 35
Binary 110111 100 10010000 111110 1100001 0 101100 100000110 1011111 11101

Color Harmonies of #370490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370490

Black with #370490

Text Example


Text Example

White with #370490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370490; }

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

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

background-color css

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

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

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

border-color css

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

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

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