Html Css Color HEX #301FC9 Persian Blue

📋 copy color: '#301FC9'

red 48 ◦ green 31 ◦ blue 201

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

Shades of Persian Blue #301FC9

Tints of Persian Blue #301FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 71.79%

R = 17.14%
G = 11.07%
B = 71.79%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#301FC9 (or 0x301FC9) is known color: Persian Blue. HEX triplet: 30, 1F and C9. RGB value is (48,31,201). Sum of RGB (Red+Green+Blue) = 48+31+201=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 31 (12.5% from 255 or 11.07% from 280); Blue value is 201 (78.91% from 255 or 71.79% from 280); Max value from RGB is 201 - color contains mainly: blue. Hex color #301FC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301FC9 is #CFE036. Grayscale: #363636. Windows color (decimal): -13623351 or 13180720. OLE color: 13180720.

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

Color convert

RGB 48 31 201 -
CMYK 0.76 0.85 0 0.21
HSL 246º 0.73% 0.45% -
HSV(B) 246º 0.85% 0.79% -
XYZ 12.25 5.83 55.74 -
YUV 55.46 210.13 122.68 -
System Red Green Blue C M Y K H S L
Decimal 48 31 201 0.76 0.85 0 0.21 246 0.73 0.45
Hex 30 1F C9 4C 55 0 15 F6 49 2D
Octal 60 37 311 114 125 0 25 366 111 55
Binary 110000 11111 11001001 1001100 1010101 0 10101 11110110 1001001 101101

Color Harmonies of #301FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301FC9

Black with #301FC9

Text Example


Text Example

White with #301FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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