Html Css Color HEX #32067B Persian Indigo

📋 copy color: '#32067B'

red 50 ◦ green 6 ◦ blue 123

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

Shades of Persian Indigo #32067B

Tints of Persian Indigo #32067B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 68.72%

R = 27.93%
G = 3.35%
B = 68.72%

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

#32067B (or 0x32067B) is known color: Persian Indigo. HEX triplet: 32, 06 and 7B. RGB value is (50,6,123). Sum of RGB (Red+Green+Blue) = 50+6+123=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #32067B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32067B is #CDF984. Grayscale: #202020. Windows color (decimal): -13498757 or 8062514. OLE color: 8062514.

HSL color Cylindrical-coordinate representation of color #32067B: hue angle of 262.56º 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 #32067B is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 6 123 -
CMYK 0.59 0.95 0 0.52
HSL 262.56º 0.91% 0.25% -
HSV(B) 262.56º 0.95% 0.48% -
XYZ 4.96 2.24 18.91 -
YUV 32.49 179.08 140.49 -
System Red Green Blue C M Y K H S L
Decimal 50 6 123 0.59 0.95 0 0.52 262.56 0.91 0.25
Hex 32 6 7B 3B 5F 0 34 107 5B 19
Octal 62 6 173 73 137 0 64 407 133 31
Binary 110010 110 1111011 111011 1011111 0 110100 100000111 1011011 11001

Color Harmonies of #32067B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32067B

Black with #32067B

Text Example


Text Example

White with #32067B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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