Html Css Color HEX #301CCD Persian Blue

📋 copy color: '#301CCD'

red 48 ◦ green 28 ◦ blue 205

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

Shades of Persian Blue #301CCD

Tints of Persian Blue #301CCD

RGB

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

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

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

R = 17.08%
G = 9.96%
B = 72.95%

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

#301CCD (or 0x301CCD) is known color: Persian Blue. HEX triplet: 30, 1C and CD. RGB value is (48,28,205). Sum of RGB (Red+Green+Blue) = 48+28+205=281 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.08% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 205 (80.47% from 255 or 72.95% from 281); Max value from RGB is 205 - color contains mainly: blue. Hex color #301CCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CCD is #CFE332. Grayscale: #353535. Windows color (decimal): -13624115 or 13442096. OLE color: 13442096.

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

Color convert

RGB 48 28 205 -
CMYK 0.77 0.86 0 0.20
HSL 246.78º 0.76% 0.46% -
HSV(B) 246.78º 0.86% 0.8% -
XYZ 12.65 5.87 58.22 -
YUV 54.16 213.13 123.61 -
System Red Green Blue C M Y K H S L
Decimal 48 28 205 0.77 0.86 0 0.20 246.78 0.76 0.46
Hex 30 1C CD 4D 56 0 14 F7 4C 2E
Octal 60 34 315 115 126 0 24 367 114 56
Binary 110000 11100 11001101 1001101 1010110 0 10100 11110111 1001100 101110

Color Harmonies of #301CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CCD

Black with #301CCD

Text Example


Text Example

White with #301CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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