Html Css Color HEX #3028AB Persian Blue

📋 copy color: '#3028AB'

red 48 ◦ green 40 ◦ blue 171

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

Shades of Persian Blue #3028AB

Tints of Persian Blue #3028AB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.44%

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

R = 18.53%
G = 15.44%
B = 66.02%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3028AB (or 0x3028AB) is known color: Persian Blue. HEX triplet: 30, 28 and AB. RGB value is (48,40,171). Sum of RGB (Red+Green+Blue) = 48+40+171=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 171 (67.19% from 255 or 66.02% from 259); Max value from RGB is 171 - color contains mainly: blue. Hex color #3028AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3028AB is #CFD754. Grayscale: #383838. Windows color (decimal): -13621077 or 11216944. OLE color: 11216944.

HSL color Cylindrical-coordinate representation of color #3028AB: hue angle of 243.66º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3028AB is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 40 171 -
CMYK 0.72 0.77 0 0.33
HSL 243.66º 0.62% 0.41% -
HSV(B) 243.66º 0.77% 0.67% -
XYZ 9.33 5.09 39.02 -
YUV 57.33 192.15 121.35 -
System Red Green Blue C M Y K H S L
Decimal 48 40 171 0.72 0.77 0 0.33 243.66 0.62 0.41
Hex 30 28 AB 48 4D 0 21 F4 3E 29
Octal 60 50 253 110 115 0 41 364 76 51
Binary 110000 101000 10101011 1001000 1001101 0 100001 11110100 111110 101001

Color Harmonies of #3028AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3028AB

Black with #3028AB

Text Example


Text Example

White with #3028AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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