Html Css Color HEX #3015C1 Persian Blue

📋 copy color: '#3015C1'

red 48 ◦ green 21 ◦ blue 193

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

Shades of Persian Blue #3015C1

Tints of Persian Blue #3015C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 73.66%

R = 18.32%
G = 8.02%
B = 73.66%

CMYK

 C value IS 0.75

 M value IS 0.89

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#3015C1 (or 0x3015C1) is known color: Persian Blue. HEX triplet: 30, 15 and C1. RGB value is (48,21,193). Sum of RGB (Red+Green+Blue) = 48+21+193=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 21 (8.59% from 255 or 8.02% from 262); Blue value is 193 (75.78% from 255 or 73.66% from 262); Max value from RGB is 193 - color contains mainly: blue. Hex color #3015C1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3015C1 is #CFEA3E. Grayscale: #303030. Windows color (decimal): -13625919 or 12653872. OLE color: 12653872.

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

Color convert

RGB 48 21 193 -
CMYK 0.75 0.89 0 0.24
HSL 249.42º 0.8% 0.42% -
HSV(B) 249.42º 0.89% 0.76% -
XYZ 11.11 5.01 50.83 -
YUV 48.68 209.45 127.51 -
System Red Green Blue C M Y K H S L
Decimal 48 21 193 0.75 0.89 0 0.24 249.42 0.8 0.42
Hex 30 15 C1 4B 59 0 18 F9 50 2A
Octal 60 25 301 113 131 0 30 371 120 52
Binary 110000 10101 11000001 1001011 1011001 0 11000 11111001 1010000 101010

Color Harmonies of #3015C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3015C1

Black with #3015C1

Text Example


Text Example

White with #3015C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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