Html Css Color HEX #320467 Persian Indigo

📋 copy color: '#320467'

red 50 ◦ green 4 ◦ blue 103

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

Shades of Persian Indigo #320467

Tints of Persian Indigo #320467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.55%

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

R = 31.85%
G = 2.55%
B = 65.61%

CMYK

 C value IS 0.51

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#320467 (or 0x320467) is known color: Persian Indigo. HEX triplet: 32, 04 and 67. RGB value is (50,4,103). Sum of RGB (Red+Green+Blue) = 50+4+103=157 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.85% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 103 (40.62% from 255 or 65.61% from 157); Max value from RGB is 103 - color contains mainly: blue. Hex color #320467 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320467 is #CDFB98. Grayscale: #1C1C1C. Windows color (decimal): -13499289 or 6751282. OLE color: 6751282.

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

Color convert

RGB 50 4 103 -
CMYK 0.51 0.96 0 0.60
HSL 267.88º 0.93% 0.21% -
HSV(B) 267.88º 0.96% 0.4% -
XYZ 3.81 1.74 12.97 -
YUV 29.04 169.74 142.95 -
System Red Green Blue C M Y K H S L
Decimal 50 4 103 0.51 0.96 0 0.60 267.88 0.93 0.21
Hex 32 4 67 33 60 0 3C 10C 5D 15
Octal 62 4 147 63 140 0 74 414 135 25
Binary 110010 100 1100111 110011 1100000 0 111100 100001100 1011101 10101

Color Harmonies of #320467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #320467

Black with #320467

Text Example


Text Example

White with #320467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #320467; }

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

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

background-color css

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

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

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

border-color css

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

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

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