Html Css Color HEX #3421AC Persian Blue

📋 copy color: '#3421AC'

red 52 ◦ green 33 ◦ blue 172

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

Shades of Persian Blue #3421AC

Tints of Persian Blue #3421AC

RGB

 RED value IS 52 (20.7% from 255) = 20.23%

 GREEN value IS 33 (13.28% from 255) = 12.84%

 BLUE value IS 172 (67.58% from 255) = 66.93%

R = 20.23%
G = 12.84%
B = 66.93%

CMYK

 C value IS 0.70

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3421AC (or 0x3421AC) is known color: Persian Blue. HEX triplet: 34, 21 and AC. RGB value is (52,33,172). Sum of RGB (Red+Green+Blue) = 52+33+172=257 (34% of max value = 765). Red value is 52 (20.70% from 255 or 20.23% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 172 (67.58% from 255 or 66.93% from 257); Max value from RGB is 172 - color contains mainly: blue. Hex color #3421AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3421AC is #CBDE53. Grayscale: #353535. Windows color (decimal): -13360724 or 11280692. OLE color: 11280692.

HSL color Cylindrical-coordinate representation of color #3421AC: hue angle of 248.2º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3421AC is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 52 33 172 -
CMYK 0.70 0.81 0 0.33
HSL 248.2º 0.68% 0.4% -
HSV(B) 248.2º 0.81% 0.67% -
XYZ 9.41 4.8 39.46 -
YUV 54.53 194.29 126.2 -
System Red Green Blue C M Y K H S L
Decimal 52 33 172 0.70 0.81 0 0.33 248.2 0.68 0.4
Hex 34 21 AC 46 51 0 21 F8 44 28
Octal 64 41 254 106 121 0 41 370 104 50
Binary 110100 100001 10101100 1000110 1010001 0 100001 11111000 1000100 101000

Color Harmonies of #3421AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3421AC

Black with #3421AC

Text Example


Text Example

White with #3421AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3421AC; }

 p { color: rgb(52,33,172); }

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

background-color css

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

 a { background-color: rgb(52,33,172); }

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

border-color css

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

 span { border-color: rgb(52,33,172); }

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