Html Css Color HEX #370676 Persian Indigo

📋 copy color: '#370676'

red 55 ◦ green 6 ◦ blue 118

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

Shades of Persian Indigo #370676

Tints of Persian Indigo #370676

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.35%

 BLUE value IS 118 (46.48% from 255) = 65.92%

R = 30.73%
G = 3.35%
B = 65.92%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#370676 (or 0x370676) is known color: Persian Indigo. HEX triplet: 37, 06 and 76. RGB value is (55,6,118). Sum of RGB (Red+Green+Blue) = 55+6+118=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #370676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370676 is #C8F989. Grayscale: #212121. Windows color (decimal): -13171082 or 7734839. OLE color: 7734839.

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

Color convert

RGB 55 6 118 -
CMYK 0.53 0.95 0 0.54
HSL 266.25º 0.9% 0.24% -
HSV(B) 266.25º 0.95% 0.46% -
XYZ 4.91 2.25 17.32 -
YUV 33.42 175.73 143.39 -
System Red Green Blue C M Y K H S L
Decimal 55 6 118 0.53 0.95 0 0.54 266.25 0.9 0.24
Hex 37 6 76 35 5F 0 36 10A 5A 18
Octal 67 6 166 65 137 0 66 412 132 30
Binary 110111 110 1110110 110101 1011111 0 110110 100001010 1011010 11000

Color Harmonies of #370676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370676

Black with #370676

Text Example


Text Example

White with #370676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370676; }

 p { color: rgb(55,6,118); }

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

background-color css

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

 a { background-color: rgb(55,6,118); }

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

border-color css

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

 span { border-color: rgb(55,6,118); }

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