Html Css Color HEX #3023AD Persian Blue

📋 copy color: '#3023AD'

red 48 ◦ green 35 ◦ blue 173

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

Shades of Persian Blue #3023AD

Tints of Persian Blue #3023AD

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.67%

 BLUE value IS 173 (67.97% from 255) = 67.58%

R = 18.75%
G = 13.67%
B = 67.58%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#3023AD (or 0x3023AD) is known color: Persian Blue. HEX triplet: 30, 23 and AD. RGB value is (48,35,173). Sum of RGB (Red+Green+Blue) = 48+35+173=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 173 (67.97% from 255 or 67.58% from 256); Max value from RGB is 173 - color contains mainly: blue. Hex color #3023AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3023AD is #CFDC52. Grayscale: #363636. Windows color (decimal): -13622355 or 11346736. OLE color: 11346736.

HSL color Cylindrical-coordinate representation of color #3023AD: hue angle of 245.65º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3023AD is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 48 35 173 -
CMYK 0.72 0.80 0 0.32
HSL 245.65º 0.66% 0.41% -
HSV(B) 245.65º 0.8% 0.68% -
XYZ 9.36 4.85 39.98 -
YUV 54.62 194.81 123.28 -
System Red Green Blue C M Y K H S L
Decimal 48 35 173 0.72 0.80 0 0.32 245.65 0.66 0.41
Hex 30 23 AD 48 50 0 20 F6 42 29
Octal 60 43 255 110 120 0 40 366 102 51
Binary 110000 100011 10101101 1001000 1010000 0 100000 11110110 1000010 101001

Color Harmonies of #3023AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3023AD

Black with #3023AD

Text Example


Text Example

White with #3023AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3023AD; }

 p { color: rgb(48,35,173); }

 H1.HeaderClassName
 {
   color: #3023AD;
 }
 .AnyTagClassName
 {
   color: #3023AD;
 }
</style>

background-color css

<style>
 a { background-color: #3023AD; }

 a { background-color: rgb(48,35,173); }

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

border-color css

<style>
 span { border-color: #3023AD; }

 span { border-color: rgb(48,35,173); }

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