Html Css Color HEX #370F90 Persian Indigo

📋 copy color: '#370F90'

red 55 ◦ green 15 ◦ blue 144

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

Shades of Persian Indigo #370F90

Tints of Persian Indigo #370F90

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.01%

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

R = 25.7%
G = 7.01%
B = 67.29%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#370F90 (or 0x370F90) is known color: Persian Indigo. HEX triplet: 37, 0F and 90. RGB value is (55,15,144). Sum of RGB (Red+Green+Blue) = 55+15+144=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 144 (56.64% from 255 or 67.29% from 214); Max value from RGB is 144 - color contains mainly: blue. Hex color #370F90 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370F90 is #C8F06F. Grayscale: #292929. Windows color (decimal): -13168752 or 9441079. OLE color: 9441079.

HSL color Cylindrical-coordinate representation of color #370F90: hue angle of 258.6º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #370F90 is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 55 15 144 -
CMYK 0.62 0.90 0 0.44
HSL 258.6º 0.81% 0.31% -
HSV(B) 258.6º 0.9% 0.56% -
XYZ 6.78 3.17 26.64 -
YUV 41.67 185.75 137.51 -
System Red Green Blue C M Y K H S L
Decimal 55 15 144 0.62 0.90 0 0.44 258.6 0.81 0.31
Hex 37 F 90 3E 5A 0 2C 103 51 1F
Octal 67 17 220 76 132 0 54 403 121 37
Binary 110111 1111 10010000 111110 1011010 0 101100 100000011 1010001 11111

Color Harmonies of #370F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F90

Black with #370F90

Text Example


Text Example

White with #370F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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