Html Css Color HEX #301ABA Persian Blue

📋 copy color: '#301ABA'

red 48 ◦ green 26 ◦ blue 186

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

Shades of Persian Blue #301ABA

Tints of Persian Blue #301ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 71.54%

R = 18.46%
G = 10%
B = 71.54%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#301ABA (or 0x301ABA) is known color: Persian Blue. HEX triplet: 30, 1A and BA. RGB value is (48,26,186). Sum of RGB (Red+Green+Blue) = 48+26+186=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 26 (10.55% from 255 or 10% from 260); Blue value is 186 (73.05% from 255 or 71.54% from 260); Max value from RGB is 186 - color contains mainly: blue. Hex color #301ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301ABA is #CFE545. Grayscale: #323232. Windows color (decimal): -13624646 or 12196400. OLE color: 12196400.

HSL color Cylindrical-coordinate representation of color #301ABA: hue angle of 248.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301ABA is Cyan = 0.74, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 26 186 -
CMYK 0.74 0.86 0 0.27
HSL 248.25º 0.75% 0.42% -
HSV(B) 248.25º 0.86% 0.73% -
XYZ 10.45 4.91 46.85 -
YUV 50.82 204.29 125.99 -
System Red Green Blue C M Y K H S L
Decimal 48 26 186 0.74 0.86 0 0.27 248.25 0.75 0.42
Hex 30 1A BA 4A 56 0 1B F8 4B 2A
Octal 60 32 272 112 126 0 33 370 113 52
Binary 110000 11010 10111010 1001010 1010110 0 11011 11111000 1001011 101010

Color Harmonies of #301ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301ABA

Black with #301ABA

Text Example


Text Example

White with #301ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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