Html Css Color HEX #301FCF Persian Blue

📋 copy color: '#301FCF'

red 48 ◦ green 31 ◦ blue 207

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

Shades of Persian Blue #301FCF

Tints of Persian Blue #301FCF

RGB

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

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

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

R = 16.78%
G = 10.84%
B = 72.38%

CMYK

 C value IS 0.77

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#301FCF (or 0x301FCF) is known color: Persian Blue. HEX triplet: 30, 1F and CF. RGB value is (48,31,207). Sum of RGB (Red+Green+Blue) = 48+31+207=286 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.78% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 207 (81.25% from 255 or 72.38% from 286); Max value from RGB is 207 - color contains mainly: blue. Hex color #301FCF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301FCF is #CFE030. Grayscale: #373737. Windows color (decimal): -13623345 or 13573936. OLE color: 13573936.

HSL color Cylindrical-coordinate representation of color #301FCF: hue angle of 245.8º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301FCF is Cyan = 0.77, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 31 207 -
CMYK 0.77 0.85 0 0.19
HSL 245.8º 0.74% 0.47% -
HSV(B) 245.8º 0.85% 0.81% -
XYZ 12.97 6.11 59.53 -
YUV 56.15 213.13 122.19 -
System Red Green Blue C M Y K H S L
Decimal 48 31 207 0.77 0.85 0 0.19 245.8 0.74 0.47
Hex 30 1F CF 4D 55 0 13 F6 4A 2F
Octal 60 37 317 115 125 0 23 366 112 57
Binary 110000 11111 11001111 1001101 1010101 0 10011 11110110 1001010 101111

Color Harmonies of #301FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301FCF

Black with #301FCF

Text Example


Text Example

White with #301FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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