Html Css Color HEX #321068 Persian Indigo

📋 copy color: '#321068'

red 50 ◦ green 16 ◦ blue 104

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

Shades of Persian Indigo #321068

Tints of Persian Indigo #321068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.41%

 BLUE value IS 104 (41.02% from 255) = 61.18%

R = 29.41%
G = 9.41%
B = 61.18%

CMYK

 C value IS 0.52

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#321068 (or 0x321068) is known color: Persian Indigo. HEX triplet: 32, 10 and 68. RGB value is (50,16,104). Sum of RGB (Red+Green+Blue) = 50+16+104=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 16 (6.64% from 255 or 9.41% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #321068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321068 is #CDEF97. Grayscale: #232323. Windows color (decimal): -13496216 or 6819890. OLE color: 6819890.

HSL color Cylindrical-coordinate representation of color #321068: hue angle of 263.18º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #321068 is Cyan = 0.52, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 50 16 104 -
CMYK 0.52 0.85 0 0.59
HSL 263.18º 0.73% 0.24% -
HSV(B) 263.18º 0.85% 0.41% -
XYZ 4 2.05 13.28 -
YUV 36.2 166.26 137.84 -
System Red Green Blue C M Y K H S L
Decimal 50 16 104 0.52 0.85 0 0.59 263.18 0.73 0.24
Hex 32 10 68 34 55 0 3B 107 49 18
Octal 62 20 150 64 125 0 73 407 111 30
Binary 110010 10000 1101000 110100 1010101 0 111011 100000111 1001001 11000

Color Harmonies of #321068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #321068

Black with #321068

Text Example


Text Example

White with #321068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #321068; }

 p { color: rgb(50,16,104); }

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

background-color css

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

 a { background-color: rgb(50,16,104); }

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

border-color css

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

 span { border-color: rgb(50,16,104); }

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