Html Css Color HEX #3015C5 Persian Blue

📋 copy color: '#3015C5'

red 48 ◦ green 21 ◦ blue 197

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

Shades of Persian Blue #3015C5

Tints of Persian Blue #3015C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 74.06%

R = 18.05%
G = 7.89%
B = 74.06%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#3015C5 (or 0x3015C5) is known color: Persian Blue. HEX triplet: 30, 15 and C5. RGB value is (48,21,197). Sum of RGB (Red+Green+Blue) = 48+21+197=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 197 (77.34% from 255 or 74.06% from 266); Max value from RGB is 197 - color contains mainly: blue. Hex color #3015C5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3015C5 is #CFEA3A. Grayscale: #303030. Windows color (decimal): -13625915 or 12916016. OLE color: 12916016.

HSL color Cylindrical-coordinate representation of color #3015C5: hue angle of 249.2º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3015C5 is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 48 21 197 -
CMYK 0.76 0.89 0 0.23
HSL 249.2º 0.81% 0.43% -
HSV(B) 249.2º 0.89% 0.77% -
XYZ 11.57 5.2 53.22 -
YUV 49.14 211.45 127.19 -
System Red Green Blue C M Y K H S L
Decimal 48 21 197 0.76 0.89 0 0.23 249.2 0.81 0.43
Hex 30 15 C5 4C 59 0 17 F9 51 2B
Octal 60 25 305 114 131 0 27 371 121 53
Binary 110000 10101 11000101 1001100 1011001 0 10111 11111001 1010001 101011

Color Harmonies of #3015C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3015C5

Black with #3015C5

Text Example


Text Example

White with #3015C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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