Html Css Color HEX #370F94 Persian Indigo

📋 copy color: '#370F94'

red 55 ◦ green 15 ◦ blue 148

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

Shades of Persian Indigo #370F94

Tints of Persian Indigo #370F94

RGB

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

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

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

R = 25.23%
G = 6.88%
B = 67.89%

CMYK

 C value IS 0.63

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#370F94 (or 0x370F94) is known color: Persian Indigo. HEX triplet: 37, 0F and 94. RGB value is (55,15,148). Sum of RGB (Red+Green+Blue) = 55+15+148=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 15 (6.25% from 255 or 6.88% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #370F94 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370F94 is #C8F06B. Grayscale: #292929. Windows color (decimal): -13168748 or 9703223. OLE color: 9703223.

HSL color Cylindrical-coordinate representation of color #370F94: hue angle of 258.05º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #370F94 is Cyan = 0.63, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 15 148 -
CMYK 0.63 0.90 0 0.42
HSL 258.05º 0.82% 0.32% -
HSV(B) 258.05º 0.9% 0.58% -
XYZ 7.09 3.29 28.28 -
YUV 42.12 187.75 137.19 -
System Red Green Blue C M Y K H S L
Decimal 55 15 148 0.63 0.90 0 0.42 258.05 0.82 0.32
Hex 37 F 94 3F 5A 0 2A 102 52 20
Octal 67 17 224 77 132 0 52 402 122 40
Binary 110111 1111 10010100 111111 1011010 0 101010 100000010 1010010 100000

Color Harmonies of #370F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F94

Black with #370F94

Text Example


Text Example

White with #370F94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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