Html Css Color HEX #32068D Persian Indigo

📋 copy color: '#32068D'

red 50 ◦ green 6 ◦ blue 141

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

Shades of Persian Indigo #32068D

Tints of Persian Indigo #32068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 71.57%

R = 25.38%
G = 3.05%
B = 71.57%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#32068D (or 0x32068D) is known color: Persian Indigo. HEX triplet: 32, 06 and 8D. RGB value is (50,6,141). Sum of RGB (Red+Green+Blue) = 50+6+141=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 6 (2.73% from 255 or 3.05% from 197); Blue value is 141 (55.47% from 255 or 71.57% from 197); Max value from RGB is 141 - color contains mainly: blue. Hex color #32068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32068D is #CDF972. Grayscale: #222222. Windows color (decimal): -13498739 or 9242162. OLE color: 9242162.

HSL color Cylindrical-coordinate representation of color #32068D: hue angle of 259.56º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32068D is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 6 141 -
CMYK 0.65 0.96 0 0.45
HSL 259.56º 0.92% 0.29% -
HSV(B) 259.56º 0.96% 0.55% -
XYZ 6.19 2.73 25.4 -
YUV 34.55 188.08 139.02 -
System Red Green Blue C M Y K H S L
Decimal 50 6 141 0.65 0.96 0 0.45 259.56 0.92 0.29
Hex 32 6 8D 41 60 0 2D 104 5C 1D
Octal 62 6 215 101 140 0 55 404 134 35
Binary 110010 110 10001101 1000001 1100000 0 101101 100000100 1011100 11101

Color Harmonies of #32068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32068D

Black with #32068D

Text Example


Text Example

White with #32068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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