Html Css Color HEX #3017C6 Persian Blue

📋 copy color: '#3017C6'

red 48 ◦ green 23 ◦ blue 198

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

Shades of Persian Blue #3017C6

Tints of Persian Blue #3017C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 73.61%

R = 17.84%
G = 8.55%
B = 73.61%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#3017C6 (or 0x3017C6) is known color: Persian Blue. HEX triplet: 30, 17 and C6. RGB value is (48,23,198). Sum of RGB (Red+Green+Blue) = 48+23+198=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 198 (77.73% from 255 or 73.61% from 269); Max value from RGB is 198 - color contains mainly: blue. Hex color #3017C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3017C6 is #CFE839. Grayscale: #313131. Windows color (decimal): -13625402 or 12982064. OLE color: 12982064.

HSL color Cylindrical-coordinate representation of color #3017C6: hue angle of 248.57º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3017C6 is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 23 198 -
CMYK 0.76 0.88 0 0.22
HSL 248.57º 0.79% 0.43% -
HSV(B) 248.57º 0.88% 0.78% -
XYZ 11.72 5.32 53.84 -
YUV 50.43 211.28 126.27 -
System Red Green Blue C M Y K H S L
Decimal 48 23 198 0.76 0.88 0 0.22 248.57 0.79 0.43
Hex 30 17 C6 4C 58 0 16 F9 4F 2B
Octal 60 27 306 114 130 0 26 371 117 53
Binary 110000 10111 11000110 1001100 1011000 0 10110 11111001 1001111 101011

Color Harmonies of #3017C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3017C6

Black with #3017C6

Text Example


Text Example

White with #3017C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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