Html Css Color HEX #301DD2 Persian Blue

📋 copy color: '#301DD2'

red 48 ◦ green 29 ◦ blue 210

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

Shades of Persian Blue #301DD2

Tints of Persian Blue #301DD2

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.1%

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

R = 16.72%
G = 10.1%
B = 73.17%

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

#301DD2 (or 0x301DD2) is known color: Persian Blue. HEX triplet: 30, 1D and D2. RGB value is (48,29,210). Sum of RGB (Red+Green+Blue) = 48+29+210=287 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.72% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 210 (82.42% from 255 or 73.17% from 287); Max value from RGB is 210 - color contains mainly: blue. Hex color #301DD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301DD2 is #CFE22D. Grayscale: #363636. Windows color (decimal): -13623854 or 13770032. OLE color: 13770032.

HSL color Cylindrical-coordinate representation of color #301DD2: hue angle of 246.3º degrees, saturation: 0.76, 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 #301DD2 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 48 29 210 -
CMYK 0.77 0.86 0 0.18
HSL 246.3º 0.76% 0.47% -
HSV(B) 246.3º 0.86% 0.82% -
XYZ 13.29 6.16 61.46 -
YUV 55.32 215.29 122.78 -
System Red Green Blue C M Y K H S L
Decimal 48 29 210 0.77 0.86 0 0.18 246.3 0.76 0.47
Hex 30 1D D2 4D 56 0 12 F6 4C 2F
Octal 60 35 322 115 126 0 22 366 114 57
Binary 110000 11101 11010010 1001101 1010110 0 10010 11110110 1001100 101111

Color Harmonies of #301DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301DD2

Black with #301DD2

Text Example


Text Example

White with #301DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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