Html Css Color HEX #3A2CD2 Persian Blue

📋 copy color: '#3A2CD2'

red 58 ◦ green 44 ◦ blue 210

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

Shades of Persian Blue #3A2CD2

Tints of Persian Blue #3A2CD2

RGB

 RED value IS 58 (23.05% from 255) = 18.59%

 GREEN value IS 44 (17.58% from 255) = 14.1%

 BLUE value IS 210 (82.42% from 255) = 67.31%

R = 18.59%
G = 14.1%
B = 67.31%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3A2CD2 (or 0x3A2CD2) is known color: Persian Blue. HEX triplet: 3A, 2C and D2. RGB value is (58,44,210). Sum of RGB (Red+Green+Blue) = 58+44+210=312 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.59% from 312); Green value is 44 (17.58% from 255 or 14.10% from 312); Blue value is 210 (82.42% from 255 or 67.31% from 312); Max value from RGB is 210 - color contains mainly: blue. Hex color #3A2CD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2CD2 is #C5D32D. Grayscale: #424242. Windows color (decimal): -12964654 or 13773882. OLE color: 13773882.

HSL color Cylindrical-coordinate representation of color #3A2CD2: hue angle of 245.06º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A2CD2 is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 44 210 -
CMYK 0.72 0.79 0 0.18
HSL 245.06º 0.65% 0.5% -
HSV(B) 245.06º 0.79% 0.82% -
XYZ 14.28 7.35 61.64 -
YUV 67.11 208.64 121.5 -
System Red Green Blue C M Y K H S L
Decimal 58 44 210 0.72 0.79 0 0.18 245.06 0.65 0.5
Hex 3A 2C D2 48 4F 0 12 F5 41 32
Octal 72 54 322 110 117 0 22 365 101 62
Binary 111010 101100 11010010 1001000 1001111 0 10010 11110101 1000001 110010

Color Harmonies of #3A2CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2CD2

Black with #3A2CD2

Text Example


Text Example

White with #3A2CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A2CD2; }

 p { color: rgb(58,44,210); }

 H1.HeaderClassName
 {
   color: #3A2CD2;
 }
 .AnyTagClassName
 {
   color: #3A2CD2;
 }
</style>

background-color css

<style>
 a { background-color: #3A2CD2; }

 a { background-color: rgb(58,44,210); }

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

border-color css

<style>
 span { border-color: #3A2CD2; }

 span { border-color: rgb(58,44,210); }

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