Html Css Color HEX #301CB6 Persian Blue

📋 copy color: '#301CB6'

red 48 ◦ green 28 ◦ blue 182

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

Shades of Persian Blue #301CB6

Tints of Persian Blue #301CB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 70.54%

R = 18.6%
G = 10.85%
B = 70.54%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#301CB6 (or 0x301CB6) is known color: Persian Blue. HEX triplet: 30, 1C and B6. RGB value is (48,28,182). Sum of RGB (Red+Green+Blue) = 48+28+182=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 182 (71.48% from 255 or 70.54% from 258); Max value from RGB is 182 - color contains mainly: blue. Hex color #301CB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CB6 is #CFE349. Grayscale: #323232. Windows color (decimal): -13624138 or 11934768. OLE color: 11934768.

HSL color Cylindrical-coordinate representation of color #301CB6: hue angle of 247.79º 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 #301CB6 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 48 28 182 -
CMYK 0.74 0.85 0 0.29
HSL 247.79º 0.73% 0.41% -
HSV(B) 247.79º 0.85% 0.71% -
XYZ 10.08 4.84 44.66 -
YUV 51.54 201.63 125.48 -
System Red Green Blue C M Y K H S L
Decimal 48 28 182 0.74 0.85 0 0.29 247.79 0.73 0.41
Hex 30 1C B6 4A 55 0 1D F8 49 29
Octal 60 34 266 112 125 0 35 370 111 51
Binary 110000 11100 10110110 1001010 1010101 0 11101 11111000 1001001 101001

Color Harmonies of #301CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CB6

Black with #301CB6

Text Example


Text Example

White with #301CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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