Html Css Color HEX #370F8D Persian Indigo

📋 copy color: '#370F8D'

red 55 ◦ green 15 ◦ blue 141

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

Shades of Persian Indigo #370F8D

Tints of Persian Indigo #370F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 66.82%

R = 26.07%
G = 7.11%
B = 66.82%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#370F8D (or 0x370F8D) is known color: Persian Indigo. HEX triplet: 37, 0F and 8D. RGB value is (55,15,141). Sum of RGB (Red+Green+Blue) = 55+15+141=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 15 (6.25% from 255 or 7.11% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #370F8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370F8D is #C8F072. Grayscale: #282828. Windows color (decimal): -13168755 or 9244471. OLE color: 9244471.

HSL color Cylindrical-coordinate representation of color #370F8D: hue angle of 259.05º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370F8D is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 15 141 -
CMYK 0.61 0.89 0 0.45
HSL 259.05º 0.81% 0.31% -
HSV(B) 259.05º 0.89% 0.55% -
XYZ 6.55 3.08 25.45 -
YUV 41.32 184.25 137.75 -
System Red Green Blue C M Y K H S L
Decimal 55 15 141 0.61 0.89 0 0.45 259.05 0.81 0.31
Hex 37 F 8D 3D 59 0 2D 103 51 1F
Octal 67 17 215 75 131 0 55 403 121 37
Binary 110111 1111 10001101 111101 1011001 0 101101 100000011 1010001 11111

Color Harmonies of #370F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F8D

Black with #370F8D

Text Example


Text Example

White with #370F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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