Html Css Color HEX #3041AB Persian Blue

📋 copy color: '#3041AB'

red 48 ◦ green 65 ◦ blue 171

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

Shades of Persian Blue #3041AB

Tints of Persian Blue #3041AB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.89%

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 16.9%
G = 22.89%
B = 60.21%

CMYK

 C value IS 0.72

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#3041AB (or 0x3041AB) is known color: Persian Blue. HEX triplet: 30, 41 and AB. RGB value is (48,65,171). Sum of RGB (Red+Green+Blue) = 48+65+171=284 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.90% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #3041AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3041AB is #CFBE54. Grayscale: #474747. Windows color (decimal): -13614677 or 11223344. OLE color: 11223344.

HSL color Cylindrical-coordinate representation of color #3041AB: hue angle of 231.71º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3041AB is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 48 65 171 -
CMYK 0.72 0.62 0 0.33
HSL 231.71º 0.56% 0.43% -
HSV(B) 231.71º 0.72% 0.67% -
XYZ 10.46 7.35 39.4 -
YUV 72 183.87 110.88 -
System Red Green Blue C M Y K H S L
Decimal 48 65 171 0.72 0.62 0 0.33 231.71 0.56 0.43
Hex 30 41 AB 48 3E 0 21 E8 38 2B
Octal 60 101 253 110 76 0 41 350 70 53
Binary 110000 1000001 10101011 1001000 111110 0 100001 11101000 111000 101011

Color Harmonies of #3041AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3041AB

Black with #3041AB

Text Example


Text Example

White with #3041AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3041AB; }

 p { color: rgb(48,65,171); }

 H1.HeaderClassName
 {
   color: #3041AB;
 }
 .AnyTagClassName
 {
   color: #3041AB;
 }
</style>

background-color css

<style>
 a { background-color: #3041AB; }

 a { background-color: rgb(48,65,171); }

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

border-color css

<style>
 span { border-color: #3041AB; }

 span { border-color: rgb(48,65,171); }

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