Html Css Color HEX #370F95 Persian Indigo

📋 copy color: '#370F95'

red 55 ◦ green 15 ◦ blue 149

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

Shades of Persian Indigo #370F95

Tints of Persian Indigo #370F95

RGB

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

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

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

R = 25.11%
G = 6.85%
B = 68.04%

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

#370F95 (or 0x370F95) is known color: Persian Indigo. HEX triplet: 37, 0F and 95. RGB value is (55,15,149). Sum of RGB (Red+Green+Blue) = 55+15+149=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #370F95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370F95 is #C8F06A. Grayscale: #292929. Windows color (decimal): -13168747 or 9768759. OLE color: 9768759.

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

Color convert

RGB 55 15 149 -
CMYK 0.63 0.90 0 0.42
HSL 257.91º 0.82% 0.32% -
HSV(B) 257.91º 0.9% 0.58% -
XYZ 7.17 3.32 28.7 -
YUV 42.24 188.25 137.1 -
System Red Green Blue C M Y K H S L
Decimal 55 15 149 0.63 0.90 0 0.42 257.91 0.82 0.32
Hex 37 F 95 3F 5A 0 2A 102 52 20
Octal 67 17 225 77 132 0 52 402 122 40
Binary 110111 1111 10010101 111111 1011010 0 101010 100000010 1010010 100000

Color Harmonies of #370F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F95

Black with #370F95

Text Example


Text Example

White with #370F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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