Html Css Color HEX #370D74 Persian Indigo

📋 copy color: '#370D74'

red 55 ◦ green 13 ◦ blue 116

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

Shades of Persian Indigo #370D74

Tints of Persian Indigo #370D74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 63.04%

R = 29.89%
G = 7.07%
B = 63.04%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#370D74 (or 0x370D74) is known color: Persian Indigo. HEX triplet: 37, 0D and 74. RGB value is (55,13,116). Sum of RGB (Red+Green+Blue) = 55+13+116=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 13 (5.47% from 255 or 7.07% from 184); Blue value is 116 (45.70% from 255 or 63.04% from 184); Max value from RGB is 116 - color contains mainly: blue. Hex color #370D74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370D74 is #C8F28B. Grayscale: #242424. Windows color (decimal): -13169292 or 7605559. OLE color: 7605559.

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

Color convert

RGB 55 13 116 -
CMYK 0.53 0.89 0 0.55
HSL 264.47º 0.8% 0.25% -
HSV(B) 264.47º 0.89% 0.45% -
XYZ 4.87 2.36 16.72 -
YUV 37.3 172.41 140.62 -
System Red Green Blue C M Y K H S L
Decimal 55 13 116 0.53 0.89 0 0.55 264.47 0.8 0.25
Hex 37 D 74 35 59 0 37 108 50 19
Octal 67 15 164 65 131 0 67 410 120 31
Binary 110111 1101 1110100 110101 1011001 0 110111 100001000 1010000 11001

Color Harmonies of #370D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D74

Black with #370D74

Text Example


Text Example

White with #370D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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