Html Css Color HEX #301AB7 Persian Blue

📋 copy color: '#301AB7'

red 48 ◦ green 26 ◦ blue 183

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

Shades of Persian Blue #301AB7

Tints of Persian Blue #301AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 71.21%

R = 18.68%
G = 10.12%
B = 71.21%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#301AB7 (or 0x301AB7) is known color: Persian Blue. HEX triplet: 30, 1A and B7. RGB value is (48,26,183). Sum of RGB (Red+Green+Blue) = 48+26+183=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 26 (10.55% from 255 or 10.12% from 257); Blue value is 183 (71.88% from 255 or 71.21% from 257); Max value from RGB is 183 - color contains mainly: blue. Hex color #301AB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301AB7 is #CFE548. Grayscale: #313131. Windows color (decimal): -13624649 or 11999792. OLE color: 11999792.

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

Color convert

RGB 48 26 183 -
CMYK 0.74 0.86 0 0.28
HSL 248.41º 0.75% 0.41% -
HSV(B) 248.41º 0.86% 0.72% -
XYZ 10.14 4.79 45.19 -
YUV 50.48 202.79 126.23 -
System Red Green Blue C M Y K H S L
Decimal 48 26 183 0.74 0.86 0 0.28 248.41 0.75 0.41
Hex 30 1A B7 4A 56 0 1C F8 4B 29
Octal 60 32 267 112 126 0 34 370 113 51
Binary 110000 11010 10110111 1001010 1010110 0 11100 11111000 1001011 101001

Color Harmonies of #301AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301AB7

Black with #301AB7

Text Example


Text Example

White with #301AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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