Html Css Color HEX #370078 Persian Indigo

📋 copy color: '#370078'

red 55 ◦ green 0 ◦ blue 120

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

Shades of Persian Indigo #370078

Tints of Persian Indigo #370078

RGB

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

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

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

R = 31.43%
G = 0%
B = 68.57%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#370078 (or 0x370078) is known color: Persian Indigo. HEX triplet: 37, 00 and 78. RGB value is (55,0,120). Sum of RGB (Red+Green+Blue) = 55+0+120=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #370078 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370078 is #C8FF87. Grayscale: #1D1D1D. Windows color (decimal): -13172616 or 7864375. OLE color: 7864375.

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

Color convert

RGB 55 0 120 -
CMYK 0.54 1 0 0.53
HSL 267.5º 1% 0.24% -
HSV(B) 267.5º 1% 0.47% -
XYZ 4.97 2.17 17.93 -
YUV 30.13 178.72 145.74 -
System Red Green Blue C M Y K H S L
Decimal 55 0 120 0.54 1 0 0.53 267.5 1 0.24
Hex 37 0 78 36 64 0 35 10C 64 18
Octal 67 0 170 66 144 0 65 414 144 30
Binary 110111 0 1111000 110110 1100100 0 110101 100001100 1100100 11000

Color Harmonies of #370078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370078

Black with #370078

Text Example


Text Example

White with #370078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370078; }

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

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

background-color css

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

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

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

border-color css

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

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

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