Html Css Color HEX #370778 Persian Indigo

📋 copy color: '#370778'

red 55 ◦ green 7 ◦ blue 120

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

Shades of Persian Indigo #370778

Tints of Persian Indigo #370778

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.85%

 BLUE value IS 120 (47.27% from 255) = 65.93%

R = 30.22%
G = 3.85%
B = 65.93%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#370778 (or 0x370778) is known color: Persian Indigo. HEX triplet: 37, 07 and 78. RGB value is (55,7,120). Sum of RGB (Red+Green+Blue) = 55+7+120=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 7 (3.12% from 255 or 3.85% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #370778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370778 is #C8F887. Grayscale: #212121. Windows color (decimal): -13170824 or 7866167. OLE color: 7866167.

HSL color Cylindrical-coordinate representation of color #370778: hue angle of 265.49º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370778 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 7 120 -
CMYK 0.54 0.94 0 0.53
HSL 265.49º 0.89% 0.25% -
HSV(B) 265.49º 0.94% 0.47% -
XYZ 5.04 2.32 17.95 -
YUV 34.23 176.4 142.81 -
System Red Green Blue C M Y K H S L
Decimal 55 7 120 0.54 0.94 0 0.53 265.49 0.89 0.25
Hex 37 7 78 36 5E 0 35 109 59 19
Octal 67 7 170 66 136 0 65 411 131 31
Binary 110111 111 1111000 110110 1011110 0 110101 100001001 1011001 11001

Color Harmonies of #370778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370778

Black with #370778

Text Example


Text Example

White with #370778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370778; }

 p { color: rgb(55,7,120); }

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

background-color css

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

 a { background-color: rgb(55,7,120); }

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

border-color css

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

 span { border-color: rgb(55,7,120); }

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