Html Css Color HEX #301FC6 Persian Blue

📋 copy color: '#301FC6'

red 48 ◦ green 31 ◦ blue 198

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

Shades of Persian Blue #301FC6

Tints of Persian Blue #301FC6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.19%

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

R = 17.33%
G = 11.19%
B = 71.48%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#301FC6 (or 0x301FC6) is known color: Persian Blue. HEX triplet: 30, 1F and C6. RGB value is (48,31,198). Sum of RGB (Red+Green+Blue) = 48+31+198=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 198 (77.73% from 255 or 71.48% from 277); Max value from RGB is 198 - color contains mainly: blue. Hex color #301FC6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301FC6 is #CFE039. Grayscale: #363636. Windows color (decimal): -13623354 or 12984112. OLE color: 12984112.

HSL color Cylindrical-coordinate representation of color #301FC6: hue angle of 246.11º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #301FC6 is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 48 31 198 -
CMYK 0.76 0.84 0 0.22
HSL 246.11º 0.73% 0.45% -
HSV(B) 246.11º 0.84% 0.78% -
XYZ 11.9 5.69 53.9 -
YUV 55.12 208.63 122.92 -
System Red Green Blue C M Y K H S L
Decimal 48 31 198 0.76 0.84 0 0.22 246.11 0.73 0.45
Hex 30 1F C6 4C 54 0 16 F6 49 2D
Octal 60 37 306 114 124 0 26 366 111 55
Binary 110000 11111 11000110 1001100 1010100 0 10110 11110110 1001001 101101

Color Harmonies of #301FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301FC6

Black with #301FC6

Text Example


Text Example

White with #301FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301FC6; }

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

 H1.HeaderClassName
 {
   color: #301FC6;
 }
 .AnyTagClassName
 {
   color: #301FC6;
 }
</style>

background-color css

<style>
 a { background-color: #301FC6; }

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

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

border-color css

<style>
 span { border-color: #301FC6; }

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

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