Html Css Color HEX #3021AB Persian Blue

📋 copy color: '#3021AB'

red 48 ◦ green 33 ◦ blue 171

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

Shades of Persian Blue #3021AB

Tints of Persian Blue #3021AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 67.86%

R = 19.05%
G = 13.1%
B = 67.86%

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

#3021AB (or 0x3021AB) is known color: Persian Blue. HEX triplet: 30, 21 and AB. RGB value is (48,33,171). Sum of RGB (Red+Green+Blue) = 48+33+171=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 171 (67.19% from 255 or 67.86% from 252); Max value from RGB is 171 - color contains mainly: blue. Hex color #3021AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3021AB is #CFDE54. Grayscale: #343434. Windows color (decimal): -13622869 or 11215152. OLE color: 11215152.

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

Color convert

RGB 48 33 171 -
CMYK 0.72 0.81 0 0.33
HSL 246.52º 0.68% 0.4% -
HSV(B) 246.52º 0.81% 0.67% -
XYZ 9.11 4.66 38.95 -
YUV 53.22 194.47 124.28 -
System Red Green Blue C M Y K H S L
Decimal 48 33 171 0.72 0.81 0 0.33 246.52 0.68 0.4
Hex 30 21 AB 48 51 0 21 F7 44 28
Octal 60 41 253 110 121 0 41 367 104 50
Binary 110000 100001 10101011 1001000 1010001 0 100001 11110111 1000100 101000

Color Harmonies of #3021AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3021AB

Black with #3021AB

Text Example


Text Example

White with #3021AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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