Html Css Color HEX #37218C Persian Indigo

📋 copy color: '#37218C'

red 55 ◦ green 33 ◦ blue 140

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

Shades of Persian Indigo #37218C

Tints of Persian Indigo #37218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 61.4%

R = 24.12%
G = 14.47%
B = 61.4%

CMYK

 C value IS 0.61

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37218C (or 0x37218C) is known color: Persian Indigo. HEX triplet: 37, 21 and 8C. RGB value is (55,33,140). Sum of RGB (Red+Green+Blue) = 55+33+140=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #37218C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37218C is #C8DE73. Grayscale: #333333. Windows color (decimal): -13164148 or 9183543. OLE color: 9183543.

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

Color convert

RGB 55 33 140 -
CMYK 0.61 0.76 0 0.45
HSL 252.34º 0.62% 0.34% -
HSV(B) 252.34º 0.76% 0.55% -
XYZ 6.85 3.79 25.18 -
YUV 51.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 55 33 140 0.61 0.76 0 0.45 252.34 0.62 0.34
Hex 37 21 8C 3D 4C 0 2D FC 3E 22
Octal 67 41 214 75 114 0 55 374 76 42
Binary 110111 100001 10001100 111101 1001100 0 101101 11111100 111110 100010

Color Harmonies of #37218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37218C

Black with #37218C

Text Example


Text Example

White with #37218C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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