Html Css Color HEX #3427D1 Persian Blue

📋 copy color: '#3427D1'

red 52 ◦ green 39 ◦ blue 209

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

Shades of Persian Blue #3427D1

Tints of Persian Blue #3427D1

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13%

 BLUE value IS 209 (82.03% from 255) = 69.67%

R = 17.33%
G = 13%
B = 69.67%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3427D1 (or 0x3427D1) is known color: Persian Blue. HEX triplet: 34, 27 and D1. RGB value is (52,39,209). Sum of RGB (Red+Green+Blue) = 52+39+209=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 209 (82.03% from 255 or 69.67% from 300); Max value from RGB is 209 - color contains mainly: blue. Hex color #3427D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3427D1 is #CBD82E. Grayscale: #3D3D3D. Windows color (decimal): -13359151 or 13707060. OLE color: 13707060.

HSL color Cylindrical-coordinate representation of color #3427D1: hue angle of 244.59º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3427D1 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 52 39 209 -
CMYK 0.75 0.81 0 0.18
HSL 244.59º 0.69% 0.49% -
HSV(B) 244.59º 0.81% 0.82% -
XYZ 13.65 6.78 60.91 -
YUV 62.27 210.81 120.68 -
System Red Green Blue C M Y K H S L
Decimal 52 39 209 0.75 0.81 0 0.18 244.59 0.69 0.49
Hex 34 27 D1 4B 51 0 12 F5 45 31
Octal 64 47 321 113 121 0 22 365 105 61
Binary 110100 100111 11010001 1001011 1010001 0 10010 11110101 1000101 110001

Color Harmonies of #3427D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3427D1

Black with #3427D1

Text Example


Text Example

White with #3427D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3427D1; }

 p { color: rgb(52,39,209); }

 H1.HeaderClassName
 {
   color: #3427D1;
 }
 .AnyTagClassName
 {
   color: #3427D1;
 }
</style>

background-color css

<style>
 a { background-color: #3427D1; }

 a { background-color: rgb(52,39,209); }

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

border-color css

<style>
 span { border-color: #3427D1; }

 span { border-color: rgb(52,39,209); }

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