Html Css Color HEX #3015BD Persian Blue

📋 copy color: '#3015BD'

red 48 ◦ green 21 ◦ blue 189

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

Shades of Persian Blue #3015BD

Tints of Persian Blue #3015BD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.14%

 BLUE value IS 189 (74.22% from 255) = 73.26%

R = 18.6%
G = 8.14%
B = 73.26%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3015BD (or 0x3015BD) is known color: Persian Blue. HEX triplet: 30, 15 and BD. RGB value is (48,21,189). Sum of RGB (Red+Green+Blue) = 48+21+189=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 189 (74.22% from 255 or 73.26% from 258); Max value from RGB is 189 - color contains mainly: blue. Hex color #3015BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3015BD is #CFEA42. Grayscale: #2F2F2F. Windows color (decimal): -13625923 or 12391728. OLE color: 12391728.

HSL color Cylindrical-coordinate representation of color #3015BD: hue angle of 249.64º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3015BD is Cyan = 0.75, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 48 21 189 -
CMYK 0.75 0.89 0 0.26
HSL 249.64º 0.8% 0.41% -
HSV(B) 249.64º 0.89% 0.74% -
XYZ 10.67 4.84 48.52 -
YUV 48.23 207.45 127.84 -
System Red Green Blue C M Y K H S L
Decimal 48 21 189 0.75 0.89 0 0.26 249.64 0.8 0.41
Hex 30 15 BD 4B 59 0 1A FA 50 29
Octal 60 25 275 113 131 0 32 372 120 51
Binary 110000 10101 10111101 1001011 1011001 0 11010 11111010 1010000 101001

Color Harmonies of #3015BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3015BD

Black with #3015BD

Text Example


Text Example

White with #3015BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3015BD; }

 p { color: rgb(48,21,189); }

 H1.HeaderClassName
 {
   color: #3015BD;
 }
 .AnyTagClassName
 {
   color: #3015BD;
 }
</style>

background-color css

<style>
 a { background-color: #3015BD; }

 a { background-color: rgb(48,21,189); }

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

border-color css

<style>
 span { border-color: #3015BD; }

 span { border-color: rgb(48,21,189); }

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