Html Css Color HEX #301BC1 Persian Blue

📋 copy color: '#301BC1'

red 48 ◦ green 27 ◦ blue 193

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

Shades of Persian Blue #301BC1

Tints of Persian Blue #301BC1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.07%

 BLUE value IS 193 (75.78% from 255) = 72.01%

R = 17.91%
G = 10.07%
B = 72.01%

CMYK

 C value IS 0.75

 M value IS 0.86

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#301BC1 (or 0x301BC1) is known color: Persian Blue. HEX triplet: 30, 1B and C1. RGB value is (48,27,193). Sum of RGB (Red+Green+Blue) = 48+27+193=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 27 (10.94% from 255 or 10.07% from 268); Blue value is 193 (75.78% from 255 or 72.01% from 268); Max value from RGB is 193 - color contains mainly: blue. Hex color #301BC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301BC1 is #CFE43E. Grayscale: #333333. Windows color (decimal): -13624383 or 12655408. OLE color: 12655408.

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

Color convert

RGB 48 27 193 -
CMYK 0.75 0.86 0 0.24
HSL 247.59º 0.75% 0.43% -
HSV(B) 247.59º 0.86% 0.76% -
XYZ 11.24 5.26 50.88 -
YUV 52.2 207.46 125 -
System Red Green Blue C M Y K H S L
Decimal 48 27 193 0.75 0.86 0 0.24 247.59 0.75 0.43
Hex 30 1B C1 4B 56 0 18 F8 4B 2B
Octal 60 33 301 113 126 0 30 370 113 53
Binary 110000 11011 11000001 1001011 1010110 0 11000 11111000 1001011 101011

Color Harmonies of #301BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301BC1

Black with #301BC1

Text Example


Text Example

White with #301BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,27,193); }

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

background-color css

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

 a { background-color: rgb(48,27,193); }

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

border-color css

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

 span { border-color: rgb(48,27,193); }

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