Html Css Color HEX #37079B Persian Indigo

📋 copy color: '#37079B'

red 55 ◦ green 7 ◦ blue 155

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

Shades of Persian Indigo #37079B

Tints of Persian Indigo #37079B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 71.43%

R = 25.35%
G = 3.23%
B = 71.43%

CMYK

 C value IS 0.65

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37079B (or 0x37079B) is known color: Persian Indigo. HEX triplet: 37, 07 and 9B. RGB value is (55,7,155). Sum of RGB (Red+Green+Blue) = 55+7+155=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 7 (3.12% from 255 or 3.23% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #37079B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37079B is #C8F864. Grayscale: #252525. Windows color (decimal): -13170789 or 10159927. OLE color: 10159927.

HSL color Cylindrical-coordinate representation of color #37079B: hue angle of 259.46º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37079B is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 7 155 -
CMYK 0.65 0.95 0 0.39
HSL 259.46º 0.91% 0.32% -
HSV(B) 259.46º 0.95% 0.61% -
XYZ 7.57 3.33 31.25 -
YUV 38.22 193.9 139.97 -
System Red Green Blue C M Y K H S L
Decimal 55 7 155 0.65 0.95 0 0.39 259.46 0.91 0.32
Hex 37 7 9B 41 5F 0 27 103 5B 20
Octal 67 7 233 101 137 0 47 403 133 40
Binary 110111 111 10011011 1000001 1011111 0 100111 100000011 1011011 100000

Color Harmonies of #37079B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37079B

Black with #37079B

Text Example


Text Example

White with #37079B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37079B; }

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

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

background-color css

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

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

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

border-color css

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

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

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