Html Css Color HEX #320374 Persian Indigo

📋 copy color: '#320374'

red 50 ◦ green 3 ◦ blue 116

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

Shades of Persian Indigo #320374

Tints of Persian Indigo #320374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 68.64%

R = 29.59%
G = 1.78%
B = 68.64%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#320374 (or 0x320374) is known color: Persian Indigo. HEX triplet: 32, 03 and 74. RGB value is (50,3,116). Sum of RGB (Red+Green+Blue) = 50+3+116=169 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.59% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 116 (45.70% from 255 or 68.64% from 169); Max value from RGB is 116 - color contains mainly: blue. Hex color #320374 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320374 is #CDFC8B. Grayscale: #1D1D1D. Windows color (decimal): -13499532 or 7602994. OLE color: 7602994.

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

Color convert

RGB 50 3 116 -
CMYK 0.57 0.97 0 0.55
HSL 264.96º 0.95% 0.23% -
HSV(B) 264.96º 0.97% 0.45% -
XYZ 4.5 2 16.67 -
YUV 29.94 176.57 142.31 -
System Red Green Blue C M Y K H S L
Decimal 50 3 116 0.57 0.97 0 0.55 264.96 0.95 0.23
Hex 32 3 74 39 61 0 37 109 5F 17
Octal 62 3 164 71 141 0 67 411 137 27
Binary 110010 11 1110100 111001 1100001 0 110111 100001001 1011111 10111

Color Harmonies of #320374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320374

Black with #320374

Text Example


Text Example

White with #320374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320374; }

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

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

background-color css

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

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

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

border-color css

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

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

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