Html Css Color HEX #370073 Persian Indigo

📋 copy color: '#370073'

red 55 ◦ green 0 ◦ blue 115

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

Shades of Persian Indigo #370073

Tints of Persian Indigo #370073

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 115 (45.31% from 255) = 67.65%

R = 32.35%
G = 0%
B = 67.65%

CMYK

 C value IS 0.52

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#370073 (or 0x370073) is known color: Persian Indigo. HEX triplet: 37, 00 and 73. RGB value is (55,0,115). Sum of RGB (Red+Green+Blue) = 55+0+115=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #370073 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370073 is #C8FF8C. Grayscale: #1D1D1D. Windows color (decimal): -13172621 or 7536695. OLE color: 7536695.

HSL color Cylindrical-coordinate representation of color #370073: hue angle of 268.7º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370073 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 0 115 -
CMYK 0.52 1 0 0.55
HSL 268.7º 1% 0.23% -
HSV(B) 268.7º 1% 0.45% -
XYZ 4.67 2.05 16.37 -
YUV 29.56 176.22 146.15 -
System Red Green Blue C M Y K H S L
Decimal 55 0 115 0.52 1 0 0.55 268.7 1 0.23
Hex 37 0 73 34 64 0 37 10D 64 17
Octal 67 0 163 64 144 0 67 415 144 27
Binary 110111 0 1110011 110100 1100100 0 110111 100001101 1100100 10111

Color Harmonies of #370073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370073

Black with #370073

Text Example


Text Example

White with #370073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370073; }

 p { color: rgb(55,0,115); }

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

background-color css

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

 a { background-color: rgb(55,0,115); }

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

border-color css

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

 span { border-color: rgb(55,0,115); }

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