Html Css Color HEX #301ECA Persian Blue

📋 copy color: '#301ECA'

red 48 ◦ green 30 ◦ blue 202

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

Shades of Persian Blue #301ECA

Tints of Persian Blue #301ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 72.14%

R = 17.14%
G = 10.71%
B = 72.14%

CMYK

 C value IS 0.76

 M value IS 0.85

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#301ECA (or 0x301ECA) is known color: Persian Blue. HEX triplet: 30, 1E and CA. RGB value is (48,30,202). Sum of RGB (Red+Green+Blue) = 48+30+202=280 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.14% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 202 (79.30% from 255 or 72.14% from 280); Max value from RGB is 202 - color contains mainly: blue. Hex color #301ECA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301ECA is #CFE135. Grayscale: #363636. Windows color (decimal): -13623606 or 13246000. OLE color: 13246000.

HSL color Cylindrical-coordinate representation of color #301ECA: hue angle of 246.28º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301ECA is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 30 202 -
CMYK 0.76 0.85 0 0.21
HSL 246.28º 0.74% 0.45% -
HSV(B) 246.28º 0.85% 0.79% -
XYZ 12.34 5.82 56.35 -
YUV 54.99 210.96 123.01 -
System Red Green Blue C M Y K H S L
Decimal 48 30 202 0.76 0.85 0 0.21 246.28 0.74 0.45
Hex 30 1E CA 4C 55 0 15 F6 4A 2D
Octal 60 36 312 114 125 0 25 366 112 55
Binary 110000 11110 11001010 1001100 1010101 0 10101 11110110 1001010 101101

Color Harmonies of #301ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301ECA

Black with #301ECA

Text Example


Text Example

White with #301ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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