Html Css Color HEX #3023AF Persian Blue

📋 copy color: '#3023AF'

red 48 ◦ green 35 ◦ blue 175

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

Shades of Persian Blue #3023AF

Tints of Persian Blue #3023AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 67.83%

R = 18.6%
G = 13.57%
B = 67.83%

CMYK

 C value IS 0.73

 M value IS 0.8

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3023AF (or 0x3023AF) is known color: Persian Blue. HEX triplet: 30, 23 and AF. RGB value is (48,35,175). Sum of RGB (Red+Green+Blue) = 48+35+175=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 175 (68.75% from 255 or 67.83% from 258); Max value from RGB is 175 - color contains mainly: blue. Hex color #3023AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3023AF is #CFDC50. Grayscale: #363636. Windows color (decimal): -13622353 or 11477808. OLE color: 11477808.

HSL color Cylindrical-coordinate representation of color #3023AF: hue angle of 245.57º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3023AF is Cyan = 0.73, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 35 175 -
CMYK 0.73 0.8 0 0.31
HSL 245.57º 0.67% 0.41% -
HSV(B) 245.57º 0.8% 0.69% -
XYZ 9.56 4.93 41 -
YUV 54.85 195.81 123.12 -
System Red Green Blue C M Y K H S L
Decimal 48 35 175 0.73 0.8 0 0.31 245.57 0.67 0.41
Hex 30 23 AF 49 50 0 1F F6 43 29
Octal 60 43 257 111 120 0 37 366 103 51
Binary 110000 100011 10101111 1001001 1010000 0 11111 11110110 1000011 101001

Color Harmonies of #3023AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3023AF

Black with #3023AF

Text Example


Text Example

White with #3023AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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