Html Css Color HEX #37218A Persian Indigo

📋 copy color: '#37218A'

red 55 ◦ green 33 ◦ blue 138

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

Shades of Persian Indigo #37218A

Tints of Persian Indigo #37218A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.6%

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

R = 24.34%
G = 14.6%
B = 61.06%

CMYK

 C value IS 0.60

 M value IS 0.76

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#37218A (or 0x37218A) is known color: Persian Indigo. HEX triplet: 37, 21 and 8A. RGB value is (55,33,138). Sum of RGB (Red+Green+Blue) = 55+33+138=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #37218A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37218A is #C8DE75. Grayscale: #333333. Windows color (decimal): -13164150 or 9052471. OLE color: 9052471.

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

Color convert

RGB 55 33 138 -
CMYK 0.60 0.76 0 0.46
HSL 252.57º 0.61% 0.34% -
HSV(B) 252.57º 0.76% 0.54% -
XYZ 6.71 3.73 24.41 -
YUV 51.55 176.79 130.46 -
System Red Green Blue C M Y K H S L
Decimal 55 33 138 0.60 0.76 0 0.46 252.57 0.61 0.34
Hex 37 21 8A 3C 4C 0 2E FD 3D 22
Octal 67 41 212 74 114 0 56 375 75 42
Binary 110111 100001 10001010 111100 1001100 0 101110 11111101 111101 100010

Color Harmonies of #37218A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37218A

Black with #37218A

Text Example


Text Example

White with #37218A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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