Html Css Color HEX #370D93 Persian Indigo

📋 copy color: '#370D93'

red 55 ◦ green 13 ◦ blue 147

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

Shades of Persian Indigo #370D93

Tints of Persian Indigo #370D93

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.05%

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

R = 25.58%
G = 6.05%
B = 68.37%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#370D93 (or 0x370D93) is known color: Persian Indigo. HEX triplet: 37, 0D and 93. RGB value is (55,13,147). Sum of RGB (Red+Green+Blue) = 55+13+147=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 13 (5.47% from 255 or 6.05% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #370D93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370D93 is #C8F26C. Grayscale: #282828. Windows color (decimal): -13169261 or 9637175. OLE color: 9637175.

HSL color Cylindrical-coordinate representation of color #370D93: hue angle of 258.81º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370D93 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 55 13 147 -
CMYK 0.63 0.91 0 0.42
HSL 258.81º 0.84% 0.31% -
HSV(B) 258.81º 0.91% 0.58% -
XYZ 6.99 3.21 27.85 -
YUV 40.83 187.91 138.1 -
System Red Green Blue C M Y K H S L
Decimal 55 13 147 0.63 0.91 0 0.42 258.81 0.84 0.31
Hex 37 D 93 3F 5B 0 2A 103 54 1F
Octal 67 15 223 77 133 0 52 403 124 37
Binary 110111 1101 10010011 111111 1011011 0 101010 100000011 1010100 11111

Color Harmonies of #370D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D93

Black with #370D93

Text Example


Text Example

White with #370D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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