Html Css Color HEX #320375 Persian Indigo

📋 copy color: '#320375'

red 50 ◦ green 3 ◦ blue 117

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

Shades of Persian Indigo #320375

Tints of Persian Indigo #320375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.76%

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

R = 29.41%
G = 1.76%
B = 68.82%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#320375 (or 0x320375) is known color: Persian Indigo. HEX triplet: 32, 03 and 75. RGB value is (50,3,117). Sum of RGB (Red+Green+Blue) = 50+3+117=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #320375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320375 is #CDFC8A. Grayscale: #1D1D1D. Windows color (decimal): -13499531 or 7668530. OLE color: 7668530.

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

Color convert

RGB 50 3 117 -
CMYK 0.57 0.97 0 0.54
HSL 264.74º 0.95% 0.24% -
HSV(B) 264.74º 0.97% 0.46% -
XYZ 4.56 2.03 16.98 -
YUV 30.05 177.07 142.23 -
System Red Green Blue C M Y K H S L
Decimal 50 3 117 0.57 0.97 0 0.54 264.74 0.95 0.24
Hex 32 3 75 39 61 0 36 109 5F 18
Octal 62 3 165 71 141 0 66 411 137 30
Binary 110010 11 1110101 111001 1100001 0 110110 100001001 1011111 11000

Color Harmonies of #320375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320375

Black with #320375

Text Example


Text Example

White with #320375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320375; }

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

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

background-color css

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

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

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

border-color css

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

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

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