Html Css Color HEX #3020CA Persian Blue

📋 copy color: '#3020CA'

red 48 ◦ green 32 ◦ blue 202

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

Shades of Persian Blue #3020CA

Tints of Persian Blue #3020CA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

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

R = 17.02%
G = 11.35%
B = 71.63%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#3020CA (or 0x3020CA) is known color: Persian Blue. HEX triplet: 30, 20 and CA. RGB value is (48,32,202). Sum of RGB (Red+Green+Blue) = 48+32+202=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 202 (79.30% from 255 or 71.63% from 282); Max value from RGB is 202 - color contains mainly: blue. Hex color #3020CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3020CA is #CFDF35. Grayscale: #373737. Windows color (decimal): -13623094 or 13246512. OLE color: 13246512.

HSL color Cylindrical-coordinate representation of color #3020CA: hue angle of 245.65º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3020CA is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 48 32 202 -
CMYK 0.76 0.84 0 0.21
HSL 245.65º 0.73% 0.46% -
HSV(B) 245.65º 0.84% 0.79% -
XYZ 12.4 5.93 56.37 -
YUV 56.16 210.3 122.18 -
System Red Green Blue C M Y K H S L
Decimal 48 32 202 0.76 0.84 0 0.21 245.65 0.73 0.46
Hex 30 20 CA 4C 54 0 15 F6 49 2E
Octal 60 40 312 114 124 0 25 366 111 56
Binary 110000 100000 11001010 1001100 1010100 0 10101 11110110 1001001 101110

Color Harmonies of #3020CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3020CA

Black with #3020CA

Text Example


Text Example

White with #3020CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3020CA; }

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

 H1.HeaderClassName
 {
   color: #3020CA;
 }
 .AnyTagClassName
 {
   color: #3020CA;
 }
</style>

background-color css

<style>
 a { background-color: #3020CA; }

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

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

border-color css

<style>
 span { border-color: #3020CA; }

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

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