Html Css Color HEX #3424C1 Persian Blue

📋 copy color: '#3424C1'

red 52 ◦ green 36 ◦ blue 193

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

Shades of Persian Blue #3424C1

Tints of Persian Blue #3424C1

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.81%

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

R = 18.51%
G = 12.81%
B = 68.68%

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

#3424C1 (or 0x3424C1) is known color: Persian Blue. HEX triplet: 34, 24 and C1. RGB value is (52,36,193). Sum of RGB (Red+Green+Blue) = 52+36+193=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 36 (14.45% from 255 or 12.81% from 281); Blue value is 193 (75.78% from 255 or 68.68% from 281); Max value from RGB is 193 - color contains mainly: blue. Hex color #3424C1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3424C1 is #CBDB3E. Grayscale: #3A3A3A. Windows color (decimal): -13359935 or 12657716. OLE color: 12657716.

HSL color Cylindrical-coordinate representation of color #3424C1: hue angle of 246.11º degrees, saturation: 0.69, 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 #3424C1 is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 52 36 193 -
CMYK 0.73 0.81 0 0.24
HSL 246.11º 0.69% 0.45% -
HSV(B) 246.11º 0.81% 0.76% -
XYZ 11.67 5.84 50.96 -
YUV 58.68 203.8 123.23 -
System Red Green Blue C M Y K H S L
Decimal 52 36 193 0.73 0.81 0 0.24 246.11 0.69 0.45
Hex 34 24 C1 49 51 0 18 F6 45 2D
Octal 64 44 301 111 121 0 30 366 105 55
Binary 110100 100100 11000001 1001001 1010001 0 11000 11110110 1000101 101101

Color Harmonies of #3424C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3424C1

Black with #3424C1

Text Example


Text Example

White with #3424C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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