Html Css Color HEX #37108A Persian Indigo

📋 copy color: '#37108A'

red 55 ◦ green 16 ◦ blue 138

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

Shades of Persian Indigo #37108A

Tints of Persian Indigo #37108A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.66%

 BLUE value IS 138 (54.3% from 255) = 66.03%

R = 26.32%
G = 7.66%
B = 66.03%

CMYK

 C value IS 0.60

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#37108A (or 0x37108A) is known color: Persian Indigo. HEX triplet: 37, 10 and 8A. RGB value is (55,16,138). Sum of RGB (Red+Green+Blue) = 55+16+138=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 138 (54.30% from 255 or 66.03% from 209); Max value from RGB is 138 - color contains mainly: blue. Hex color #37108A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37108A is #C8EF75. Grayscale: #292929. Windows color (decimal): -13168502 or 9048119. OLE color: 9048119.

HSL color Cylindrical-coordinate representation of color #37108A: hue angle of 259.18º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #37108A is Cyan = 0.60, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 16 138 -
CMYK 0.60 0.88 0 0.46
HSL 259.18º 0.79% 0.3% -
HSV(B) 259.18º 0.88% 0.54% -
XYZ 6.35 3.02 24.29 -
YUV 41.57 182.42 137.58 -
System Red Green Blue C M Y K H S L
Decimal 55 16 138 0.60 0.88 0 0.46 259.18 0.79 0.3
Hex 37 10 8A 3C 58 0 2E 103 4F 1E
Octal 67 20 212 74 130 0 56 403 117 36
Binary 110111 10000 10001010 111100 1011000 0 101110 100000011 1001111 11110

Color Harmonies of #37108A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37108A

Black with #37108A

Text Example


Text Example

White with #37108A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,16,138); }

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

background-color css

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

 a { background-color: rgb(55,16,138); }

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

border-color css

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

 span { border-color: rgb(55,16,138); }

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