Html Css Color HEX #3016CF Persian Blue

📋 copy color: '#3016CF'

red 48 ◦ green 22 ◦ blue 207

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

Shades of Persian Blue #3016CF

Tints of Persian Blue #3016CF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.94%

 BLUE value IS 207 (81.25% from 255) = 74.73%

R = 17.33%
G = 7.94%
B = 74.73%

CMYK

 C value IS 0.77

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3016CF (or 0x3016CF) is known color: Persian Blue. HEX triplet: 30, 16 and CF. RGB value is (48,22,207). Sum of RGB (Red+Green+Blue) = 48+22+207=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 22 (8.98% from 255 or 7.94% from 277); Blue value is 207 (81.25% from 255 or 74.73% from 277); Max value from RGB is 207 - color contains mainly: blue. Hex color #3016CF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3016CF is #CFE930. Grayscale: #323232. Windows color (decimal): -13625649 or 13571632. OLE color: 13571632.

HSL color Cylindrical-coordinate representation of color #3016CF: hue angle of 248.43º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3016CF is Cyan = 0.77, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 22 207 -
CMYK 0.77 0.89 0 0.19
HSL 248.43º 0.81% 0.45% -
HSV(B) 248.43º 0.89% 0.81% -
XYZ 12.77 5.71 59.46 -
YUV 50.86 216.11 125.96 -
System Red Green Blue C M Y K H S L
Decimal 48 22 207 0.77 0.89 0 0.19 248.43 0.81 0.45
Hex 30 16 CF 4D 59 0 13 F8 51 2D
Octal 60 26 317 115 131 0 23 370 121 55
Binary 110000 10110 11001111 1001101 1011001 0 10011 11111000 1010001 101101

Color Harmonies of #3016CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3016CF

Black with #3016CF

Text Example


Text Example

White with #3016CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3016CF; }

 p { color: rgb(48,22,207); }

 H1.HeaderClassName
 {
   color: #3016CF;
 }
 .AnyTagClassName
 {
   color: #3016CF;
 }
</style>

background-color css

<style>
 a { background-color: #3016CF; }

 a { background-color: rgb(48,22,207); }

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

border-color css

<style>
 span { border-color: #3016CF; }

 span { border-color: rgb(48,22,207); }

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