Html Css Color HEX #320271 Persian Indigo

📋 copy color: '#320271'

red 50 ◦ green 2 ◦ blue 113

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

Shades of Persian Indigo #320271

Tints of Persian Indigo #320271

RGB

 RED value IS 50 (19.92% from 255) = 30.3%

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

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

R = 30.3%
G = 1.21%
B = 68.48%

CMYK

 C value IS 0.56

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#320271 (or 0x320271) is known color: Persian Indigo. HEX triplet: 32, 02 and 71. RGB value is (50,2,113). Sum of RGB (Red+Green+Blue) = 50+2+113=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 2 (1.17% from 255 or 1.21% from 165); Blue value is 113 (44.53% from 255 or 68.48% from 165); Max value from RGB is 113 - color contains mainly: blue. Hex color #320271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320271 is #CDFD8E. Grayscale: #1C1C1C. Windows color (decimal): -13499791 or 7406130. OLE color: 7406130.

HSL color Cylindrical-coordinate representation of color #320271: hue angle of 265.95º 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 #320271 is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 2 113 -
CMYK 0.56 0.98 0 0.56
HSL 265.95º 0.97% 0.23% -
HSV(B) 265.95º 0.98% 0.44% -
XYZ 4.32 1.91 15.76 -
YUV 29.01 175.4 142.97 -
System Red Green Blue C M Y K H S L
Decimal 50 2 113 0.56 0.98 0 0.56 265.95 0.97 0.23
Hex 32 2 71 38 62 0 38 10A 61 17
Octal 62 2 161 70 142 0 70 412 141 27
Binary 110010 10 1110001 111000 1100010 0 111000 100001010 1100001 10111

Color Harmonies of #320271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320271

Black with #320271

Text Example


Text Example

White with #320271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320271; }

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

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

background-color css

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

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

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

border-color css

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

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

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