Html Css Color HEX #37056B Persian Indigo

📋 copy color: '#37056B'

red 55 ◦ green 5 ◦ blue 107

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

Shades of Persian Indigo #37056B

Tints of Persian Indigo #37056B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.99%

 BLUE value IS 107 (42.19% from 255) = 64.07%

R = 32.93%
G = 2.99%
B = 64.07%

CMYK

 C value IS 0.49

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#37056B (or 0x37056B) is known color: Persian Indigo. HEX triplet: 37, 05 and 6B. RGB value is (55,5,107). Sum of RGB (Red+Green+Blue) = 55+5+107=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 107 (42.19% from 255 or 64.07% from 167); Max value from RGB is 107 - color contains mainly: blue. Hex color #37056B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37056B is #C8FA94. Grayscale: #1F1F1F. Windows color (decimal): -13171349 or 7013687. OLE color: 7013687.

HSL color Cylindrical-coordinate representation of color #37056B: hue angle of 269.41º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #37056B is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 5 107 -
CMYK 0.49 0.95 0 0.58
HSL 269.41º 0.91% 0.22% -
HSV(B) 269.41º 0.95% 0.42% -
XYZ 4.28 1.98 14.07 -
YUV 31.58 170.57 144.71 -
System Red Green Blue C M Y K H S L
Decimal 55 5 107 0.49 0.95 0 0.58 269.41 0.91 0.22
Hex 37 5 6B 31 5F 0 3A 10D 5B 16
Octal 67 5 153 61 137 0 72 415 133 26
Binary 110111 101 1101011 110001 1011111 0 111010 100001101 1011011 10110

Color Harmonies of #37056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37056B

Black with #37056B

Text Example


Text Example

White with #37056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,5,107); }

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

background-color css

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

 a { background-color: rgb(55,5,107); }

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

border-color css

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

 span { border-color: rgb(55,5,107); }

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