Html Css Color HEX #320067 Persian Indigo

📋 copy color: '#320067'

red 50 ◦ green 0 ◦ blue 103

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

Shades of Persian Indigo #320067

Tints of Persian Indigo #320067

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 103 (40.63% from 255) = 67.32%

R = 32.68%
G = 0%
B = 67.32%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#320067 (or 0x320067) is known color: Persian Indigo. HEX triplet: 32, 00 and 67. RGB value is (50,0,103). Sum of RGB (Red+Green+Blue) = 50+0+103=153 (20% of max value = 765). Red value is 50 (19.92% from 255 or 32.68% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 103 (40.62% from 255 or 67.32% from 153); Max value from RGB is 103 - color contains mainly: blue. Hex color #320067 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320067 is #CDFF98. Grayscale: #1A1A1A. Windows color (decimal): -13500313 or 6750258. OLE color: 6750258.

HSL color Cylindrical-coordinate representation of color #320067: hue angle of 269.13º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #320067 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 50 0 103 -
CMYK 0.51 1 0 0.60
HSL 269.13º 1% 0.2% -
HSV(B) 269.13º 1% 0.4% -
XYZ 3.76 1.66 12.95 -
YUV 26.69 171.07 144.62 -
System Red Green Blue C M Y K H S L
Decimal 50 0 103 0.51 1 0 0.60 269.13 1 0.2
Hex 32 0 67 33 64 0 3C 10D 64 14
Octal 62 0 147 63 144 0 74 415 144 24
Binary 110010 0 1100111 110011 1100100 0 111100 100001101 1100100 10100

Color Harmonies of #320067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320067

Black with #320067

Text Example


Text Example

White with #320067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320067; }

 p { color: rgb(50,0,103); }

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

background-color css

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

 a { background-color: rgb(50,0,103); }

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

border-color css

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

 span { border-color: rgb(50,0,103); }

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