Html Css Color HEX #32067A Persian Indigo

📋 copy color: '#32067A'

red 50 ◦ green 6 ◦ blue 122

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

Shades of Persian Indigo #32067A

Tints of Persian Indigo #32067A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.37%

 BLUE value IS 122 (48.05% from 255) = 68.54%

R = 28.09%
G = 3.37%
B = 68.54%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#32067A (or 0x32067A) is known color: Persian Indigo. HEX triplet: 32, 06 and 7A. RGB value is (50,6,122). Sum of RGB (Red+Green+Blue) = 50+6+122=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #32067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32067A is #CDF985. Grayscale: #1F1F1F. Windows color (decimal): -13498758 or 7996978. OLE color: 7996978.

HSL color Cylindrical-coordinate representation of color #32067A: hue angle of 262.76º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32067A is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 6 122 -
CMYK 0.59 0.95 0 0.52
HSL 262.76º 0.91% 0.25% -
HSV(B) 262.76º 0.95% 0.48% -
XYZ 4.89 2.21 18.58 -
YUV 32.38 178.58 140.57 -
System Red Green Blue C M Y K H S L
Decimal 50 6 122 0.59 0.95 0 0.52 262.76 0.91 0.25
Hex 32 6 7A 3B 5F 0 34 107 5B 19
Octal 62 6 172 73 137 0 64 407 133 31
Binary 110010 110 1111010 111011 1011111 0 110100 100000111 1011011 11001

Color Harmonies of #32067A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32067A

Black with #32067A

Text Example


Text Example

White with #32067A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32067A; }

 p { color: rgb(50,6,122); }

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

background-color css

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

 a { background-color: rgb(50,6,122); }

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

border-color css

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

 span { border-color: rgb(50,6,122); }

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