Html Css Color HEX #3421B3 Persian Blue

📋 copy color: '#3421B3'

red 52 ◦ green 33 ◦ blue 179

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

Shades of Persian Blue #3421B3

Tints of Persian Blue #3421B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 67.8%

R = 19.7%
G = 12.5%
B = 67.8%

CMYK

 C value IS 0.71

 M value IS 0.82

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3421B3 (or 0x3421B3) is known color: Persian Blue. HEX triplet: 34, 21 and B3. RGB value is (52,33,179). Sum of RGB (Red+Green+Blue) = 52+33+179=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 179 (70.31% from 255 or 67.80% from 264); Max value from RGB is 179 - color contains mainly: blue. Hex color #3421B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3421B3 is #CBDE4C. Grayscale: #363636. Windows color (decimal): -13360717 or 11739444. OLE color: 11739444.

HSL color Cylindrical-coordinate representation of color #3421B3: hue angle of 247.81º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3421B3 is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 52 33 179 -
CMYK 0.71 0.82 0 0.30
HSL 247.81º 0.69% 0.42% -
HSV(B) 247.81º 0.82% 0.7% -
XYZ 10.1 5.07 43.09 -
YUV 55.33 197.79 125.63 -
System Red Green Blue C M Y K H S L
Decimal 52 33 179 0.71 0.82 0 0.30 247.81 0.69 0.42
Hex 34 21 B3 47 52 0 1E F8 45 2A
Octal 64 41 263 107 122 0 36 370 105 52
Binary 110100 100001 10110011 1000111 1010010 0 11110 11111000 1000101 101010

Color Harmonies of #3421B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3421B3

Black with #3421B3

Text Example


Text Example

White with #3421B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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