Html Css Color HEX #301EAB Persian Blue

📋 copy color: '#301EAB'

red 48 ◦ green 30 ◦ blue 171

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

Shades of Persian Blue #301EAB

Tints of Persian Blue #301EAB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.05%

 BLUE value IS 171 (67.19% from 255) = 68.67%

R = 19.28%
G = 12.05%
B = 68.67%

CMYK

 C value IS 0.72

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#301EAB (or 0x301EAB) is known color: Persian Blue. HEX triplet: 30, 1E and AB. RGB value is (48,30,171). Sum of RGB (Red+Green+Blue) = 48+30+171=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 30 (12.11% from 255 or 12.05% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #301EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #301EAB is #CFE154. Grayscale: #323232. Windows color (decimal): -13623637 or 11214384. OLE color: 11214384.

HSL color Cylindrical-coordinate representation of color #301EAB: hue angle of 247.66º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #301EAB is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 30 171 -
CMYK 0.72 0.82 0 0.33
HSL 247.66º 0.7% 0.39% -
HSV(B) 247.66º 0.82% 0.67% -
XYZ 9.03 4.5 38.92 -
YUV 51.46 195.46 125.54 -
System Red Green Blue C M Y K H S L
Decimal 48 30 171 0.72 0.82 0 0.33 247.66 0.7 0.39
Hex 30 1E AB 48 52 0 21 F8 46 27
Octal 60 36 253 110 122 0 41 370 106 47
Binary 110000 11110 10101011 1001000 1010010 0 100001 11111000 1000110 100111

Color Harmonies of #301EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301EAB

Black with #301EAB

Text Example


Text Example

White with #301EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,30,171); }

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

background-color css

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

 a { background-color: rgb(48,30,171); }

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

border-color css

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

 span { border-color: rgb(48,30,171); }

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