Html Css Color HEX #301DCD Persian Blue

📋 copy color: '#301DCD'

red 48 ◦ green 29 ◦ blue 205

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

Shades of Persian Blue #301DCD

Tints of Persian Blue #301DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 72.7%

R = 17.02%
G = 10.28%
B = 72.7%

CMYK

 C value IS 0.77

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#301DCD (or 0x301DCD) is known color: Persian Blue. HEX triplet: 30, 1D and CD. RGB value is (48,29,205). Sum of RGB (Red+Green+Blue) = 48+29+205=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 205 (80.47% from 255 or 72.70% from 282); Max value from RGB is 205 - color contains mainly: blue. Hex color #301DCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301DCD is #CFE232. Grayscale: #363636. Windows color (decimal): -13623859 or 13442352. OLE color: 13442352.

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

Color convert

RGB 48 29 205 -
CMYK 0.77 0.86 0 0.20
HSL 246.48º 0.75% 0.46% -
HSV(B) 246.48º 0.86% 0.8% -
XYZ 12.68 5.91 58.23 -
YUV 54.75 212.79 123.19 -
System Red Green Blue C M Y K H S L
Decimal 48 29 205 0.77 0.86 0 0.20 246.48 0.75 0.46
Hex 30 1D CD 4D 56 0 14 F6 4B 2E
Octal 60 35 315 115 126 0 24 366 113 56
Binary 110000 11101 11001101 1001101 1010110 0 10100 11110110 1001011 101110

Color Harmonies of #301DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301DCD

Black with #301DCD

Text Example


Text Example

White with #301DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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