Html Css Color HEX #3021AF Persian Blue

📋 copy color: '#3021AF'

red 48 ◦ green 33 ◦ blue 175

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

Shades of Persian Blue #3021AF

Tints of Persian Blue #3021AF

RGB

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

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

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

R = 18.75%
G = 12.89%
B = 68.36%

CMYK

 C value IS 0.73

 M value IS 0.81

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3021AF (or 0x3021AF) is known color: Persian Blue. HEX triplet: 30, 21 and AF. RGB value is (48,33,175). Sum of RGB (Red+Green+Blue) = 48+33+175=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 175 (68.75% from 255 or 68.36% from 256); Max value from RGB is 175 - color contains mainly: blue. Hex color #3021AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3021AF is #CFDE50. Grayscale: #353535. Windows color (decimal): -13622865 or 11477296. OLE color: 11477296.

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

Color convert

RGB 48 33 175 -
CMYK 0.73 0.81 0 0.31
HSL 246.34º 0.68% 0.41% -
HSV(B) 246.34º 0.81% 0.69% -
XYZ 9.5 4.81 40.99 -
YUV 53.67 196.47 123.95 -
System Red Green Blue C M Y K H S L
Decimal 48 33 175 0.73 0.81 0 0.31 246.34 0.68 0.41
Hex 30 21 AF 49 51 0 1F F6 44 29
Octal 60 41 257 111 121 0 37 366 104 51
Binary 110000 100001 10101111 1001001 1010001 0 11111 11110110 1000100 101001

Color Harmonies of #3021AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3021AF

Black with #3021AF

Text Example


Text Example

White with #3021AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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