Html Css Color HEX #370F93 Persian Indigo

📋 copy color: '#370F93'

red 55 ◦ green 15 ◦ blue 147

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

Shades of Persian Indigo #370F93

Tints of Persian Indigo #370F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 67.74%

R = 25.35%
G = 6.91%
B = 67.74%

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

#370F93 (or 0x370F93) is known color: Persian Indigo. HEX triplet: 37, 0F and 93. RGB value is (55,15,147). Sum of RGB (Red+Green+Blue) = 55+15+147=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #370F93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370F93 is #C8F06C. Grayscale: #292929. Windows color (decimal): -13168749 or 9637687. OLE color: 9637687.

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

Color convert

RGB 55 15 147 -
CMYK 0.63 0.90 0 0.42
HSL 258.18º 0.81% 0.32% -
HSV(B) 258.18º 0.9% 0.58% -
XYZ 7.01 3.26 27.86 -
YUV 42.01 187.25 137.27 -
System Red Green Blue C M Y K H S L
Decimal 55 15 147 0.63 0.90 0 0.42 258.18 0.81 0.32
Hex 37 F 93 3F 5A 0 2A 102 51 20
Octal 67 17 223 77 132 0 52 402 121 40
Binary 110111 1111 10010011 111111 1011010 0 101010 100000010 1010001 100000

Color Harmonies of #370F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F93

Black with #370F93

Text Example


Text Example

White with #370F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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