Html Css Color HEX #3020AF Persian Blue

📋 copy color: '#3020AF'

red 48 ◦ green 32 ◦ blue 175

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

Shades of Persian Blue #3020AF

Tints of Persian Blue #3020AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 68.63%

R = 18.82%
G = 12.55%
B = 68.63%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3020AF (or 0x3020AF) is known color: Persian Blue. HEX triplet: 30, 20 and AF. RGB value is (48,32,175). Sum of RGB (Red+Green+Blue) = 48+32+175=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #3020AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3020AF is #CFDF50. Grayscale: #343434. Windows color (decimal): -13623121 or 11477040. OLE color: 11477040.

HSL color Cylindrical-coordinate representation of color #3020AF: hue angle of 246.71º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3020AF is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 32 175 -
CMYK 0.73 0.82 0 0.31
HSL 246.71º 0.69% 0.41% -
HSV(B) 246.71º 0.82% 0.69% -
XYZ 9.47 4.76 40.98 -
YUV 53.09 196.8 124.37 -
System Red Green Blue C M Y K H S L
Decimal 48 32 175 0.73 0.82 0 0.31 246.71 0.69 0.41
Hex 30 20 AF 49 52 0 1F F7 45 29
Octal 60 40 257 111 122 0 37 367 105 51
Binary 110000 100000 10101111 1001001 1010010 0 11111 11110111 1000101 101001

Color Harmonies of #3020AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3020AF

Black with #3020AF

Text Example


Text Example

White with #3020AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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