Html Css Color HEX #32147E Persian Indigo

📋 copy color: '#32147E'

red 50 ◦ green 20 ◦ blue 126

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

Shades of Persian Indigo #32147E

Tints of Persian Indigo #32147E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.2%

 BLUE value IS 126 (49.61% from 255) = 64.29%

R = 25.51%
G = 10.2%
B = 64.29%

CMYK

 C value IS 0.60

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#32147E (or 0x32147E) is known color: Persian Indigo. HEX triplet: 32, 14 and 7E. RGB value is (50,20,126). Sum of RGB (Red+Green+Blue) = 50+20+126=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 20 (8.20% from 255 or 10.20% from 196); Blue value is 126 (49.61% from 255 or 64.29% from 196); Max value from RGB is 126 - color contains mainly: blue. Hex color #32147E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32147E is #CDEB81. Grayscale: #282828. Windows color (decimal): -13495170 or 8262706. OLE color: 8262706.

HSL color Cylindrical-coordinate representation of color #32147E: hue angle of 256.98º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32147E is Cyan = 0.60, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 20 126 -
CMYK 0.60 0.84 0 0.51
HSL 256.98º 0.73% 0.29% -
HSV(B) 256.98º 0.84% 0.49% -
XYZ 5.33 2.68 19.98 -
YUV 41.05 175.94 134.38 -
System Red Green Blue C M Y K H S L
Decimal 50 20 126 0.60 0.84 0 0.51 256.98 0.73 0.29
Hex 32 14 7E 3C 54 0 33 101 49 1D
Octal 62 24 176 74 124 0 63 401 111 35
Binary 110010 10100 1111110 111100 1010100 0 110011 100000001 1001001 11101

Color Harmonies of #32147E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32147E

Black with #32147E

Text Example


Text Example

White with #32147E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32147E; }

 p { color: rgb(50,20,126); }

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

background-color css

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

 a { background-color: rgb(50,20,126); }

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

border-color css

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

 span { border-color: rgb(50,20,126); }

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