Html Css Color HEX #370990 Persian Indigo

📋 copy color: '#370990'

red 55 ◦ green 9 ◦ blue 144

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

Shades of Persian Indigo #370990

Tints of Persian Indigo #370990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.33%

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

R = 26.44%
G = 4.33%
B = 69.23%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#370990 (or 0x370990) is known color: Persian Indigo. HEX triplet: 37, 09 and 90. RGB value is (55,9,144). Sum of RGB (Red+Green+Blue) = 55+9+144=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 9 (3.91% from 255 or 4.33% from 208); Blue value is 144 (56.64% from 255 or 69.23% from 208); Max value from RGB is 144 - color contains mainly: blue. Hex color #370990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370990 is #C8F66F. Grayscale: #252525. Windows color (decimal): -13170288 or 9439543. OLE color: 9439543.

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

Color convert

RGB 55 9 144 -
CMYK 0.62 0.94 0 0.44
HSL 260.44º 0.88% 0.3% -
HSV(B) 260.44º 0.94% 0.56% -
XYZ 6.71 3.02 26.62 -
YUV 38.14 187.74 140.02 -
System Red Green Blue C M Y K H S L
Decimal 55 9 144 0.62 0.94 0 0.44 260.44 0.88 0.3
Hex 37 9 90 3E 5E 0 2C 104 58 1E
Octal 67 11 220 76 136 0 54 404 130 36
Binary 110111 1001 10010000 111110 1011110 0 101100 100000100 1011000 11110

Color Harmonies of #370990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370990

Black with #370990

Text Example


Text Example

White with #370990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370990; }

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

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

background-color css

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

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

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

border-color css

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

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

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