Html Css Color HEX #3420C9 Persian Blue

📋 copy color: '#3420C9'

red 52 ◦ green 32 ◦ blue 201

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

Shades of Persian Blue #3420C9

Tints of Persian Blue #3420C9

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.23%

 BLUE value IS 201 (78.91% from 255) = 70.53%

R = 18.25%
G = 11.23%
B = 70.53%

CMYK

 C value IS 0.74

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3420C9 (or 0x3420C9) is known color: Persian Blue. HEX triplet: 34, 20 and C9. RGB value is (52,32,201). Sum of RGB (Red+Green+Blue) = 52+32+201=285 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.25% from 285); Green value is 32 (12.89% from 255 or 11.23% from 285); Blue value is 201 (78.91% from 255 or 70.53% from 285); Max value from RGB is 201 - color contains mainly: blue. Hex color #3420C9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3420C9 is #CBDF36. Grayscale: #383838. Windows color (decimal): -13360951 or 13180980. OLE color: 13180980.

HSL color Cylindrical-coordinate representation of color #3420C9: hue angle of 247.1º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3420C9 is Cyan = 0.74, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 52 32 201 -
CMYK 0.74 0.84 0 0.21
HSL 247.1º 0.73% 0.46% -
HSV(B) 247.1º 0.84% 0.79% -
XYZ 12.48 5.98 55.76 -
YUV 57.25 209.13 124.26 -
System Red Green Blue C M Y K H S L
Decimal 52 32 201 0.74 0.84 0 0.21 247.1 0.73 0.46
Hex 34 20 C9 4A 54 0 15 F7 49 2E
Octal 64 40 311 112 124 0 25 367 111 56
Binary 110100 100000 11001001 1001010 1010100 0 10101 11110111 1001001 101110

Color Harmonies of #3420C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3420C9

Black with #3420C9

Text Example


Text Example

White with #3420C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3420C9; }

 p { color: rgb(52,32,201); }

 H1.HeaderClassName
 {
   color: #3420C9;
 }
 .AnyTagClassName
 {
   color: #3420C9;
 }
</style>

background-color css

<style>
 a { background-color: #3420C9; }

 a { background-color: rgb(52,32,201); }

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

border-color css

<style>
 span { border-color: #3420C9; }

 span { border-color: rgb(52,32,201); }

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