Html Css Color HEX #2F2BAA Persian Blue

📋 copy color: '#2F2BAA'

red 47 ◦ green 43 ◦ blue 170

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

Shades of Persian Blue #2F2BAA

Tints of Persian Blue #2F2BAA

RGB

 RED value IS 47 (18.75% from 255) = 18.08%

 GREEN value IS 43 (17.19% from 255) = 16.54%

 BLUE value IS 170 (66.8% from 255) = 65.38%

R = 18.08%
G = 16.54%
B = 65.38%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F2BAA (or 0x2F2BAA) is known color: Persian Blue. HEX triplet: 2F, 2B and AA. RGB value is (47,43,170). Sum of RGB (Red+Green+Blue) = 47+43+170=260 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.08% from 260); Green value is 43 (17.19% from 255 or 16.54% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F2BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2BAA is #D0D455. Grayscale: #3A3A3A. Windows color (decimal): -13685846 or 11152175. OLE color: 11152175.

HSL color Cylindrical-coordinate representation of color #2F2BAA: hue angle of 241.89º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F2BAA is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 43 170 -
CMYK 0.72 0.75 0 0.33
HSL 241.89º 0.6% 0.42% -
HSV(B) 241.89º 0.75% 0.67% -
XYZ 9.29 5.23 38.55 -
YUV 58.67 190.83 119.67 -
System Red Green Blue C M Y K H S L
Decimal 47 43 170 0.72 0.75 0 0.33 241.89 0.6 0.42
Hex 2F 2B AA 48 4B 0 21 F2 3C 2A
Octal 57 53 252 110 113 0 41 362 74 52
Binary 101111 101011 10101010 1001000 1001011 0 100001 11110010 111100 101010

Color Harmonies of #2F2BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2BAA

Black with #2F2BAA

Text Example


Text Example

White with #2F2BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F2BAA; }

 p { color: rgb(47,43,170); }

 H1.HeaderClassName
 {
   color: #2F2BAA;
 }
 .AnyTagClassName
 {
   color: #2F2BAA;
 }
</style>

background-color css

<style>
 a { background-color: #2F2BAA; }

 a { background-color: rgb(47,43,170); }

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

border-color css

<style>
 span { border-color: #2F2BAA; }

 span { border-color: rgb(47,43,170); }

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