Html Css Color HEX #3021AA Persian Blue

📋 copy color: '#3021AA'

red 48 ◦ green 33 ◦ blue 170

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

Shades of Persian Blue #3021AA

Tints of Persian Blue #3021AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.15%

 BLUE value IS 170 (66.8% from 255) = 67.73%

R = 19.12%
G = 13.15%
B = 67.73%

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

#3021AA (or 0x3021AA) is known color: Persian Blue. HEX triplet: 30, 21 and AA. RGB value is (48,33,170). Sum of RGB (Red+Green+Blue) = 48+33+170=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 170 (66.80% from 255 or 67.73% from 251); Max value from RGB is 170 - color contains mainly: blue. Hex color #3021AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3021AA is #CFDE55. Grayscale: #343434. Windows color (decimal): -13622870 or 11149616. OLE color: 11149616.

HSL color Cylindrical-coordinate representation of color #3021AA: hue angle of 246.57º degrees, saturation: 0.67, 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 #3021AA is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 33 170 -
CMYK 0.72 0.81 0 0.33
HSL 246.57º 0.67% 0.4% -
HSV(B) 246.57º 0.81% 0.67% -
XYZ 9.02 4.62 38.45 -
YUV 53.1 193.97 124.36 -
System Red Green Blue C M Y K H S L
Decimal 48 33 170 0.72 0.81 0 0.33 246.57 0.67 0.4
Hex 30 21 AA 48 51 0 21 F7 43 28
Octal 60 41 252 110 121 0 41 367 103 50
Binary 110000 100001 10101010 1001000 1010001 0 100001 11110111 1000011 101000

Color Harmonies of #3021AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3021AA

Black with #3021AA

Text Example


Text Example

White with #3021AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3021AA; }

 p { color: rgb(48,33,170); }

 H1.HeaderClassName
 {
   color: #3021AA;
 }
 .AnyTagClassName
 {
   color: #3021AA;
 }
</style>

background-color css

<style>
 a { background-color: #3021AA; }

 a { background-color: rgb(48,33,170); }

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

border-color css

<style>
 span { border-color: #3021AA; }

 span { border-color: rgb(48,33,170); }

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