Html Css Color HEX #3020AC Persian Blue

📋 copy color: '#3020AC'

red 48 ◦ green 32 ◦ blue 172

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

Shades of Persian Blue #3020AC

Tints of Persian Blue #3020AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.25%

R = 19.05%
G = 12.7%
B = 68.25%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3020AC (or 0x3020AC) is known color: Persian Blue. HEX triplet: 30, 20 and AC. RGB value is (48,32,172). Sum of RGB (Red+Green+Blue) = 48+32+172=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 32 (12.89% from 255 or 12.70% from 252); Blue value is 172 (67.58% from 255 or 68.25% from 252); Max value from RGB is 172 - color contains mainly: blue. Hex color #3020AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3020AC is #CFDF53. Grayscale: #343434. Windows color (decimal): -13623124 or 11280432. OLE color: 11280432.

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

Color convert

RGB 48 32 172 -
CMYK 0.72 0.81 0 0.33
HSL 246.86º 0.69% 0.4% -
HSV(B) 246.86º 0.81% 0.67% -
XYZ 9.18 4.64 39.44 -
YUV 52.74 195.3 124.62 -
System Red Green Blue C M Y K H S L
Decimal 48 32 172 0.72 0.81 0 0.33 246.86 0.69 0.4
Hex 30 20 AC 48 51 0 21 F7 45 28
Octal 60 40 254 110 121 0 41 367 105 50
Binary 110000 100000 10101100 1001000 1010001 0 100001 11110111 1000101 101000

Color Harmonies of #3020AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3020AC

Black with #3020AC

Text Example


Text Example

White with #3020AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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