Html Css Color HEX #301AB3 Persian Blue

📋 copy color: '#301AB3'

red 48 ◦ green 26 ◦ blue 179

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

Shades of Persian Blue #301AB3

Tints of Persian Blue #301AB3

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.28%

 BLUE value IS 179 (70.31% from 255) = 70.75%

R = 18.97%
G = 10.28%
B = 70.75%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#301AB3 (or 0x301AB3) is known color: Persian Blue. HEX triplet: 30, 1A and B3. RGB value is (48,26,179). Sum of RGB (Red+Green+Blue) = 48+26+179=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 179 (70.31% from 255 or 70.75% from 253); Max value from RGB is 179 - color contains mainly: blue. Hex color #301AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301AB3 is #CFE54C. Grayscale: #313131. Windows color (decimal): -13624653 or 11737648. OLE color: 11737648.

HSL color Cylindrical-coordinate representation of color #301AB3: hue angle of 248.63º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301AB3 is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 48 26 179 -
CMYK 0.73 0.85 0 0.30
HSL 248.63º 0.75% 0.4% -
HSV(B) 248.63º 0.85% 0.7% -
XYZ 9.73 4.62 43.03 -
YUV 50.02 200.79 126.56 -
System Red Green Blue C M Y K H S L
Decimal 48 26 179 0.73 0.85 0 0.30 248.63 0.75 0.4
Hex 30 1A B3 49 55 0 1E F9 4B 28
Octal 60 32 263 111 125 0 36 371 113 50
Binary 110000 11010 10110011 1001001 1010101 0 11110 11111001 1001011 101000

Color Harmonies of #301AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301AB3

Black with #301AB3

Text Example


Text Example

White with #301AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,26,179); }

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

background-color css

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

 a { background-color: rgb(48,26,179); }

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

border-color css

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

 span { border-color: rgb(48,26,179); }

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