Html Css Color HEX #301ED2 Persian Blue

📋 copy color: '#301ED2'

red 48 ◦ green 30 ◦ blue 210

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

Shades of Persian Blue #301ED2

Tints of Persian Blue #301ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 72.92%

R = 16.67%
G = 10.42%
B = 72.92%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#301ED2 (or 0x301ED2) is known color: Persian Blue. HEX triplet: 30, 1E and D2. RGB value is (48,30,210). Sum of RGB (Red+Green+Blue) = 48+30+210=288 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.67% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 210 (82.42% from 255 or 72.92% from 288); Max value from RGB is 210 - color contains mainly: blue. Hex color #301ED2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301ED2 is #CFE12D. Grayscale: #373737. Windows color (decimal): -13623598 or 13770288. OLE color: 13770288.

HSL color Cylindrical-coordinate representation of color #301ED2: hue angle of 246º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301ED2 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 30 210 -
CMYK 0.77 0.86 0 0.18
HSL 246º 0.75% 0.47% -
HSV(B) 246º 0.86% 0.82% -
XYZ 13.32 6.21 61.47 -
YUV 55.9 214.96 122.36 -
System Red Green Blue C M Y K H S L
Decimal 48 30 210 0.77 0.86 0 0.18 246 0.75 0.47
Hex 30 1E D2 4D 56 0 12 F6 4B 2F
Octal 60 36 322 115 126 0 22 366 113 57
Binary 110000 11110 11010010 1001101 1010110 0 10010 11110110 1001011 101111

Color Harmonies of #301ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301ED2

Black with #301ED2

Text Example


Text Example

White with #301ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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