Html Css Color HEX #3020AE Persian Blue

📋 copy color: '#3020AE'

red 48 ◦ green 32 ◦ blue 174

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

Shades of Persian Blue #3020AE

Tints of Persian Blue #3020AE

RGB

 RED value IS 48 (19.14% from 255) = 18.9%

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

 BLUE value IS 174 (68.36% from 255) = 68.5%

R = 18.9%
G = 12.6%
B = 68.5%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3020AE (or 0x3020AE) is known color: Persian Blue. HEX triplet: 30, 20 and AE. RGB value is (48,32,174). Sum of RGB (Red+Green+Blue) = 48+32+174=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #3020AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3020AE is #CFDF51. Grayscale: #343434. Windows color (decimal): -13623122 or 11411504. OLE color: 11411504.

HSL color Cylindrical-coordinate representation of color #3020AE: hue angle of 246.76º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3020AE is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 32 174 -
CMYK 0.72 0.82 0 0.32
HSL 246.76º 0.69% 0.4% -
HSV(B) 246.76º 0.82% 0.68% -
XYZ 9.38 4.72 40.46 -
YUV 52.97 196.3 124.45 -
System Red Green Blue C M Y K H S L
Decimal 48 32 174 0.72 0.82 0 0.32 246.76 0.69 0.4
Hex 30 20 AE 48 52 0 20 F7 45 28
Octal 60 40 256 110 122 0 40 367 105 50
Binary 110000 100000 10101110 1001000 1010010 0 100000 11110111 1000101 101000

Color Harmonies of #3020AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3020AE

Black with #3020AE

Text Example


Text Example

White with #3020AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3020AE; }

 p { color: rgb(48,32,174); }

 H1.HeaderClassName
 {
   color: #3020AE;
 }
 .AnyTagClassName
 {
   color: #3020AE;
 }
</style>

background-color css

<style>
 a { background-color: #3020AE; }

 a { background-color: rgb(48,32,174); }

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

border-color css

<style>
 span { border-color: #3020AE; }

 span { border-color: rgb(48,32,174); }

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