Html Css Color HEX #3017D0 Persian Blue

📋 copy color: '#3017D0'

red 48 ◦ green 23 ◦ blue 208

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

Shades of Persian Blue #3017D0

Tints of Persian Blue #3017D0

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.24%

 BLUE value IS 208 (81.64% from 255) = 74.55%

R = 17.2%
G = 8.24%
B = 74.55%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3017D0 (or 0x3017D0) is known color: Persian Blue. HEX triplet: 30, 17 and D0. RGB value is (48,23,208). Sum of RGB (Red+Green+Blue) = 48+23+208=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 208 (81.64% from 255 or 74.55% from 279); Max value from RGB is 208 - color contains mainly: blue. Hex color #3017D0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3017D0 is #CFE82F. Grayscale: #323232. Windows color (decimal): -13625392 or 13637424. OLE color: 13637424.

HSL color Cylindrical-coordinate representation of color #3017D0: hue angle of 248.11º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3017D0 is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 23 208 -
CMYK 0.77 0.89 0 0.18
HSL 248.11º 0.8% 0.45% -
HSV(B) 248.11º 0.89% 0.82% -
XYZ 12.91 5.8 60.11 -
YUV 51.57 216.28 125.46 -
System Red Green Blue C M Y K H S L
Decimal 48 23 208 0.77 0.89 0 0.18 248.11 0.8 0.45
Hex 30 17 D0 4D 59 0 12 F8 50 2D
Octal 60 27 320 115 131 0 22 370 120 55
Binary 110000 10111 11010000 1001101 1011001 0 10010 11111000 1010000 101101

Color Harmonies of #3017D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3017D0

Black with #3017D0

Text Example


Text Example

White with #3017D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3017D0; }

 p { color: rgb(48,23,208); }

 H1.HeaderClassName
 {
   color: #3017D0;
 }
 .AnyTagClassName
 {
   color: #3017D0;
 }
</style>

background-color css

<style>
 a { background-color: #3017D0; }

 a { background-color: rgb(48,23,208); }

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

border-color css

<style>
 span { border-color: #3017D0; }

 span { border-color: rgb(48,23,208); }

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