Html Css Color HEX #3029AF Persian Blue

📋 copy color: '#3029AF'

red 48 ◦ green 41 ◦ blue 175

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

Shades of Persian Blue #3029AF

Tints of Persian Blue #3029AF

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.53%

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

R = 18.18%
G = 15.53%
B = 66.29%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#3029AF (or 0x3029AF) is known color: Persian Blue. HEX triplet: 30, 29 and AF. RGB value is (48,41,175). Sum of RGB (Red+Green+Blue) = 48+41+175=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 175 (68.75% from 255 or 66.29% from 264); Max value from RGB is 175 - color contains mainly: blue. Hex color #3029AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3029AF is #CFD650. Grayscale: #393939. Windows color (decimal): -13620817 or 11479344. OLE color: 11479344.

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

Color convert

RGB 48 41 175 -
CMYK 0.73 0.77 0 0.31
HSL 243.13º 0.62% 0.42% -
HSV(B) 243.13º 0.77% 0.69% -
XYZ 9.75 5.31 41.07 -
YUV 58.37 193.82 120.6 -
System Red Green Blue C M Y K H S L
Decimal 48 41 175 0.73 0.77 0 0.31 243.13 0.62 0.42
Hex 30 29 AF 49 4D 0 1F F3 3E 2A
Octal 60 51 257 111 115 0 37 363 76 52
Binary 110000 101001 10101111 1001001 1001101 0 11111 11110011 111110 101010

Color Harmonies of #3029AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3029AF

Black with #3029AF

Text Example


Text Example

White with #3029AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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