Html Css Color HEX #301CB5 Persian Blue

📋 copy color: '#301CB5'

red 48 ◦ green 28 ◦ blue 181

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

Shades of Persian Blue #301CB5

Tints of Persian Blue #301CB5

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.89%

 BLUE value IS 181 (71.09% from 255) = 70.43%

R = 18.68%
G = 10.89%
B = 70.43%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#301CB5 (or 0x301CB5) is known color: Persian Blue. HEX triplet: 30, 1C and B5. RGB value is (48,28,181). Sum of RGB (Red+Green+Blue) = 48+28+181=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 181 (71.09% from 255 or 70.43% from 257); Max value from RGB is 181 - color contains mainly: blue. Hex color #301CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CB5 is #CFE34A. Grayscale: #323232. Windows color (decimal): -13624139 or 11869232. OLE color: 11869232.

HSL color Cylindrical-coordinate representation of color #301CB5: hue angle of 247.84º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301CB5 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 28 181 -
CMYK 0.73 0.85 0 0.29
HSL 247.84º 0.73% 0.41% -
HSV(B) 247.84º 0.85% 0.71% -
XYZ 9.97 4.8 44.12 -
YUV 51.42 201.13 125.56 -
System Red Green Blue C M Y K H S L
Decimal 48 28 181 0.73 0.85 0 0.29 247.84 0.73 0.41
Hex 30 1C B5 49 55 0 1D F8 49 29
Octal 60 34 265 111 125 0 35 370 111 51
Binary 110000 11100 10110101 1001001 1010101 0 11101 11111000 1001001 101001

Color Harmonies of #301CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CB5

Black with #301CB5

Text Example


Text Example

White with #301CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,28,181); }

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

background-color css

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

 a { background-color: rgb(48,28,181); }

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

border-color css

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

 span { border-color: rgb(48,28,181); }

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