Html Css Color HEX #301CCA Persian Blue

📋 copy color: '#301CCA'

red 48 ◦ green 28 ◦ blue 202

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

Shades of Persian Blue #301CCA

Tints of Persian Blue #301CCA

RGB

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

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

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

R = 17.27%
G = 10.07%
B = 72.66%

CMYK

 C value IS 0.76

 M value IS 0.86

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#301CCA (or 0x301CCA) is known color: Persian Blue. HEX triplet: 30, 1C and CA. RGB value is (48,28,202). Sum of RGB (Red+Green+Blue) = 48+28+202=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 202 (79.30% from 255 or 72.66% from 278); Max value from RGB is 202 - color contains mainly: blue. Hex color #301CCA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #301CCA is #CFE335. Grayscale: #353535. Windows color (decimal): -13624118 or 13245488. OLE color: 13245488.

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

Color convert

RGB 48 28 202 -
CMYK 0.76 0.86 0 0.21
HSL 246.9º 0.76% 0.45% -
HSV(B) 246.9º 0.86% 0.79% -
XYZ 12.29 5.72 56.33 -
YUV 53.82 211.63 123.85 -
System Red Green Blue C M Y K H S L
Decimal 48 28 202 0.76 0.86 0 0.21 246.9 0.76 0.45
Hex 30 1C CA 4C 56 0 15 F7 4C 2D
Octal 60 34 312 114 126 0 25 367 114 55
Binary 110000 11100 11001010 1001100 1010110 0 10101 11110111 1001100 101101

Color Harmonies of #301CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301CCA

Black with #301CCA

Text Example


Text Example

White with #301CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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