Html Css Color HEX #302AAF Persian Blue

📋 copy color: '#302AAF'

red 48 ◦ green 42 ◦ blue 175

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

Shades of Persian Blue #302AAF

Tints of Persian Blue #302AAF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.85%

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

R = 18.11%
G = 15.85%
B = 66.04%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#302AAF (or 0x302AAF) is known color: Persian Blue. HEX triplet: 30, 2A and AF. RGB value is (48,42,175). Sum of RGB (Red+Green+Blue) = 48+42+175=265 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.11% from 265); Green value is 42 (16.80% from 255 or 15.85% from 265); Blue value is 175 (68.75% from 255 or 66.04% from 265); Max value from RGB is 175 - color contains mainly: blue. Hex color #302AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302AAF is #CFD550. Grayscale: #3A3A3A. Windows color (decimal): -13620561 or 11479600. OLE color: 11479600.

HSL color Cylindrical-coordinate representation of color #302AAF: hue angle of 242.71º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #302AAF is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 48 42 175 -
CMYK 0.73 0.76 0 0.31
HSL 242.71º 0.61% 0.43% -
HSV(B) 242.71º 0.76% 0.69% -
XYZ 9.78 5.38 41.08 -
YUV 58.96 193.49 120.19 -
System Red Green Blue C M Y K H S L
Decimal 48 42 175 0.73 0.76 0 0.31 242.71 0.61 0.43
Hex 30 2A AF 49 4C 0 1F F3 3D 2B
Octal 60 52 257 111 114 0 37 363 75 53
Binary 110000 101010 10101111 1001001 1001100 0 11111 11110011 111101 101011

Color Harmonies of #302AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302AAF

Black with #302AAF

Text Example


Text Example

White with #302AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302AAF; }

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

 H1.HeaderClassName
 {
   color: #302AAF;
 }
 .AnyTagClassName
 {
   color: #302AAF;
 }
</style>

background-color css

<style>
 a { background-color: #302AAF; }

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

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

border-color css

<style>
 span { border-color: #302AAF; }

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

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