Html Css Color HEX #3A2AD0 Persian Blue

📋 copy color: '#3A2AD0'

red 58 ◦ green 42 ◦ blue 208

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

Shades of Persian Blue #3A2AD0

Tints of Persian Blue #3A2AD0

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.64%

 BLUE value IS 208 (81.64% from 255) = 67.53%

R = 18.83%
G = 13.64%
B = 67.53%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3A2AD0 (or 0x3A2AD0) is known color: Persian Blue. HEX triplet: 3A, 2A and D0. RGB value is (58,42,208). Sum of RGB (Red+Green+Blue) = 58+42+208=308 (40% of max value = 765). Red value is 58 (23.05% from 255 or 18.83% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 208 (81.64% from 255 or 67.53% from 308); Max value from RGB is 208 - color contains mainly: blue. Hex color #3A2AD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2AD0 is #C5D52F. Grayscale: #414141. Windows color (decimal): -12965168 or 13642298. OLE color: 13642298.

HSL color Cylindrical-coordinate representation of color #3A2AD0: hue angle of 245.78º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3A2AD0 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 58 42 208 -
CMYK 0.72 0.80 0 0.18
HSL 245.78º 0.66% 0.49% -
HSV(B) 245.78º 0.8% 0.82% -
XYZ 13.96 7.11 60.31 -
YUV 65.71 208.3 122.5 -
System Red Green Blue C M Y K H S L
Decimal 58 42 208 0.72 0.80 0 0.18 245.78 0.66 0.49
Hex 3A 2A D0 48 50 0 12 F6 42 31
Octal 72 52 320 110 120 0 22 366 102 61
Binary 111010 101010 11010000 1001000 1010000 0 10010 11110110 1000010 110001

Color Harmonies of #3A2AD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2AD0

Black with #3A2AD0

Text Example


Text Example

White with #3A2AD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,42,208); }

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

background-color css

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

 a { background-color: rgb(58,42,208); }

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

border-color css

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

 span { border-color: rgb(58,42,208); }

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