Html Css Color HEX #370271 Persian Indigo

📋 copy color: '#370271'

red 55 ◦ green 2 ◦ blue 113

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

Shades of Persian Indigo #370271

Tints of Persian Indigo #370271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.18%

 BLUE value IS 113 (44.53% from 255) = 66.47%

R = 32.35%
G = 1.18%
B = 66.47%

CMYK

 C value IS 0.51

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#370271 (or 0x370271) is known color: Persian Indigo. HEX triplet: 37, 02 and 71. RGB value is (55,2,113). Sum of RGB (Red+Green+Blue) = 55+2+113=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 2 (1.17% from 255 or 1.18% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #370271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370271 is #C8FD8E. Grayscale: #1E1E1E. Windows color (decimal): -13172111 or 7406135. OLE color: 7406135.

HSL color Cylindrical-coordinate representation of color #370271: hue angle of 268.65º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370271 is Cyan = 0.51, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 2 113 -
CMYK 0.51 0.98 0 0.56
HSL 268.65º 0.97% 0.23% -
HSV(B) 268.65º 0.98% 0.44% -
XYZ 4.58 2.05 15.78 -
YUV 30.5 174.56 145.47 -
System Red Green Blue C M Y K H S L
Decimal 55 2 113 0.51 0.98 0 0.56 268.65 0.97 0.23
Hex 37 2 71 33 62 0 38 10D 61 17
Octal 67 2 161 63 142 0 70 415 141 27
Binary 110111 10 1110001 110011 1100010 0 111000 100001101 1100001 10111

Color Harmonies of #370271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370271

Black with #370271

Text Example


Text Example

White with #370271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370271; }

 p { color: rgb(55,2,113); }

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

background-color css

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

 a { background-color: rgb(55,2,113); }

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

border-color css

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

 span { border-color: rgb(55,2,113); }

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