Html Css Color HEX #370074 Persian Indigo

📋 copy color: '#370074'

red 55 ◦ green 0 ◦ blue 116

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

Shades of Persian Indigo #370074

Tints of Persian Indigo #370074

RGB

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

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

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

R = 32.16%
G = 0%
B = 67.84%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#370074 (or 0x370074) is known color: Persian Indigo. HEX triplet: 37, 00 and 74. RGB value is (55,0,116). Sum of RGB (Red+Green+Blue) = 55+0+116=171 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.16% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 116 (45.70% from 255 or 67.84% from 171); Max value from RGB is 116 - color contains mainly: blue. Hex color #370074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370074 is #C8FF8B. Grayscale: #1D1D1D. Windows color (decimal): -13172620 or 7602231. OLE color: 7602231.

HSL color Cylindrical-coordinate representation of color #370074: hue angle of 268.45º 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 #370074 is Cyan = 0.53, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 0 116 -
CMYK 0.53 1 0 0.55
HSL 268.45º 1% 0.23% -
HSV(B) 268.45º 1% 0.45% -
XYZ 4.73 2.07 16.67 -
YUV 29.67 176.72 146.07 -
System Red Green Blue C M Y K H S L
Decimal 55 0 116 0.53 1 0 0.55 268.45 1 0.23
Hex 37 0 74 35 64 0 37 10C 64 17
Octal 67 0 164 65 144 0 67 414 144 27
Binary 110111 0 1110100 110101 1100100 0 110111 100001100 1100100 10111

Color Harmonies of #370074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370074

Black with #370074

Text Example


Text Example

White with #370074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370074; }

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

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

background-color css

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

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

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

border-color css

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

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

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