Html Css Color HEX #3425C1 Persian Blue

📋 copy color: '#3425C1'

red 52 ◦ green 37 ◦ blue 193

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

Shades of Persian Blue #3425C1

Tints of Persian Blue #3425C1

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

 BLUE value IS 193 (75.78% from 255) = 68.44%

R = 18.44%
G = 13.12%
B = 68.44%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3425C1 (or 0x3425C1) is known color: Persian Blue. HEX triplet: 34, 25 and C1. RGB value is (52,37,193). Sum of RGB (Red+Green+Blue) = 52+37+193=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 193 (75.78% from 255 or 68.44% from 282); Max value from RGB is 193 - color contains mainly: blue. Hex color #3425C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3425C1 is #CBDA3E. Grayscale: #3A3A3A. Windows color (decimal): -13359679 or 12657972. OLE color: 12657972.

HSL color Cylindrical-coordinate representation of color #3425C1: hue angle of 245.77º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3425C1 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 37 193 -
CMYK 0.73 0.81 0 0.24
HSL 245.77º 0.68% 0.45% -
HSV(B) 245.77º 0.81% 0.76% -
XYZ 11.7 5.9 50.97 -
YUV 59.27 203.47 122.82 -
System Red Green Blue C M Y K H S L
Decimal 52 37 193 0.73 0.81 0 0.24 245.77 0.68 0.45
Hex 34 25 C1 49 51 0 18 F6 44 2D
Octal 64 45 301 111 121 0 30 366 104 55
Binary 110100 100101 11000001 1001001 1010001 0 11000 11110110 1000100 101101

Color Harmonies of #3425C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3425C1

Black with #3425C1

Text Example


Text Example

White with #3425C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3425C1; }

 p { color: rgb(52,37,193); }

 H1.HeaderClassName
 {
   color: #3425C1;
 }
 .AnyTagClassName
 {
   color: #3425C1;
 }
</style>

background-color css

<style>
 a { background-color: #3425C1; }

 a { background-color: rgb(52,37,193); }

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

border-color css

<style>
 span { border-color: #3425C1; }

 span { border-color: rgb(52,37,193); }

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