Html Css Color HEX #3027AB Persian Blue

📋 copy color: '#3027AB'

red 48 ◦ green 39 ◦ blue 171

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

Shades of Persian Blue #3027AB

Tints of Persian Blue #3027AB

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.12%

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

R = 18.6%
G = 15.12%
B = 66.28%

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

#3027AB (or 0x3027AB) is known color: Persian Blue. HEX triplet: 30, 27 and AB. RGB value is (48,39,171). Sum of RGB (Red+Green+Blue) = 48+39+171=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 171 (67.19% from 255 or 66.28% from 258); Max value from RGB is 171 - color contains mainly: blue. Hex color #3027AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3027AB is #CFD854. Grayscale: #383838. Windows color (decimal): -13621333 or 11216688. OLE color: 11216688.

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

Color convert

RGB 48 39 171 -
CMYK 0.72 0.77 0 0.33
HSL 244.09º 0.63% 0.41% -
HSV(B) 244.09º 0.77% 0.67% -
XYZ 9.3 5.02 39.01 -
YUV 56.74 192.48 121.77 -
System Red Green Blue C M Y K H S L
Decimal 48 39 171 0.72 0.77 0 0.33 244.09 0.63 0.41
Hex 30 27 AB 48 4D 0 21 F4 3F 29
Octal 60 47 253 110 115 0 41 364 77 51
Binary 110000 100111 10101011 1001000 1001101 0 100001 11110100 111111 101001

Color Harmonies of #3027AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3027AB

Black with #3027AB

Text Example


Text Example

White with #3027AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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