Html Css Color HEX #2F42AA Persian Blue

📋 copy color: '#2F42AA'

red 47 ◦ green 66 ◦ blue 170

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

Shades of Persian Blue #2F42AA

Tints of Persian Blue #2F42AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.32%

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

R = 16.61%
G = 23.32%
B = 60.07%

CMYK

 C value IS 0.72

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F42AA (or 0x2F42AA) is known color: Persian Blue. HEX triplet: 2F, 42 and AA. RGB value is (47,66,170). Sum of RGB (Red+Green+Blue) = 47+66+170=283 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.61% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #2F42AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F42AA is #D0BD55. Grayscale: #474747. Windows color (decimal): -13679958 or 11158063. OLE color: 11158063.

HSL color Cylindrical-coordinate representation of color #2F42AA: hue angle of 230.73º degrees, saturation: 0.57, 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 #2F42AA is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 66 170 -
CMYK 0.72 0.61 0 0.33
HSL 230.73º 0.57% 0.43% -
HSV(B) 230.73º 0.72% 0.67% -
XYZ 10.38 7.4 38.91 -
YUV 72.18 183.21 110.04 -
System Red Green Blue C M Y K H S L
Decimal 47 66 170 0.72 0.61 0 0.33 230.73 0.57 0.43
Hex 2F 42 AA 48 3D 0 21 E7 39 2B
Octal 57 102 252 110 75 0 41 347 71 53
Binary 101111 1000010 10101010 1001000 111101 0 100001 11100111 111001 101011

Color Harmonies of #2F42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F42AA

Black with #2F42AA

Text Example


Text Example

White with #2F42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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