Html Css Color HEX #320175 Persian Indigo

📋 copy color: '#320175'

red 50 ◦ green 1 ◦ blue 117

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

Shades of Persian Indigo #320175

Tints of Persian Indigo #320175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 117 (46.09% from 255) = 69.64%

R = 29.76%
G = 0.6%
B = 69.64%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#320175 (or 0x320175) is known color: Persian Indigo. HEX triplet: 32, 01 and 75. RGB value is (50,1,117). Sum of RGB (Red+Green+Blue) = 50+1+117=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 117 (46.09% from 255 or 69.64% from 168); Max value from RGB is 117 - color contains mainly: blue. Hex color #320175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320175 is #CDFE8A. Grayscale: #1C1C1C. Windows color (decimal): -13500043 or 7668018. OLE color: 7668018.

HSL color Cylindrical-coordinate representation of color #320175: hue angle of 265.34º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #320175 is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 50 1 117 -
CMYK 0.57 0.99 0 0.54
HSL 265.34º 0.98% 0.23% -
HSV(B) 265.34º 0.99% 0.46% -
XYZ 4.54 1.98 16.97 -
YUV 28.88 177.73 143.07 -
System Red Green Blue C M Y K H S L
Decimal 50 1 117 0.57 0.99 0 0.54 265.34 0.98 0.23
Hex 32 1 75 39 63 0 36 109 62 17
Octal 62 1 165 71 143 0 66 411 142 27
Binary 110010 1 1110101 111001 1100011 0 110110 100001001 1100010 10111

Color Harmonies of #320175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320175

Black with #320175

Text Example


Text Example

White with #320175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320175; }

 p { color: rgb(50,1,117); }

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

background-color css

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

 a { background-color: rgb(50,1,117); }

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

border-color css

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

 span { border-color: rgb(50,1,117); }

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