Html Css Color HEX #37037A Persian Indigo

📋 copy color: '#37037A'

red 55 ◦ green 3 ◦ blue 122

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

Shades of Persian Indigo #37037A

Tints of Persian Indigo #37037A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.67%

 BLUE value IS 122 (48.05% from 255) = 67.78%

R = 30.56%
G = 1.67%
B = 67.78%

CMYK

 C value IS 0.55

 M value IS 0.98

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#37037A (or 0x37037A) is known color: Persian Indigo. HEX triplet: 37, 03 and 7A. RGB value is (55,3,122). Sum of RGB (Red+Green+Blue) = 55+3+122=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 3 (1.56% from 255 or 1.67% from 180); Blue value is 122 (48.05% from 255 or 67.78% from 180); Max value from RGB is 122 - color contains mainly: blue. Hex color #37037A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37037A is #C8FC85. Grayscale: #1F1F1F. Windows color (decimal): -13171846 or 7996215. OLE color: 7996215.

HSL color Cylindrical-coordinate representation of color #37037A: hue angle of 266.22º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #37037A is Cyan = 0.55, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 3 122 -
CMYK 0.55 0.98 0 0.52
HSL 266.22º 0.95% 0.25% -
HSV(B) 266.22º 0.98% 0.48% -
XYZ 5.12 2.28 18.58 -
YUV 32.11 178.73 144.32 -
System Red Green Blue C M Y K H S L
Decimal 55 3 122 0.55 0.98 0 0.52 266.22 0.95 0.25
Hex 37 3 7A 37 62 0 34 10A 5F 19
Octal 67 3 172 67 142 0 64 412 137 31
Binary 110111 11 1111010 110111 1100010 0 110100 100001010 1011111 11001

Color Harmonies of #37037A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37037A

Black with #37037A

Text Example


Text Example

White with #37037A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37037A; }

 p { color: rgb(55,3,122); }

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

background-color css

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

 a { background-color: rgb(55,3,122); }

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

border-color css

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

 span { border-color: rgb(55,3,122); }

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