Html Css Color HEX #301FC3 Persian Blue

📋 copy color: '#301FC3'

red 48 ◦ green 31 ◦ blue 195

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

Shades of Persian Blue #301FC3

Tints of Persian Blue #301FC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 71.17%

R = 17.52%
G = 11.31%
B = 71.17%

CMYK

 C value IS 0.75

 M value IS 0.84

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#301FC3 (or 0x301FC3) is known color: Persian Blue. HEX triplet: 30, 1F and C3. RGB value is (48,31,195). Sum of RGB (Red+Green+Blue) = 48+31+195=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 195 (76.56% from 255 or 71.17% from 274); Max value from RGB is 195 - color contains mainly: blue. Hex color #301FC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301FC3 is #CFE03C. Grayscale: #363636. Windows color (decimal): -13623357 or 12787504. OLE color: 12787504.

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

Color convert

RGB 48 31 195 -
CMYK 0.75 0.84 0 0.24
HSL 246.22º 0.73% 0.44% -
HSV(B) 246.22º 0.84% 0.76% -
XYZ 11.56 5.55 52.09 -
YUV 54.78 207.13 123.16 -
System Red Green Blue C M Y K H S L
Decimal 48 31 195 0.75 0.84 0 0.24 246.22 0.73 0.44
Hex 30 1F C3 4B 54 0 18 F6 49 2C
Octal 60 37 303 113 124 0 30 366 111 54
Binary 110000 11111 11000011 1001011 1010100 0 11000 11110110 1001001 101100

Color Harmonies of #301FC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301FC3

Black with #301FC3

Text Example


Text Example

White with #301FC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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