Html Css Color HEX #2F25AB Persian Blue

📋 copy color: '#2F25AB'

red 47 ◦ green 37 ◦ blue 171

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

Shades of Persian Blue #2F25AB

Tints of Persian Blue #2F25AB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.51%

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

R = 18.43%
G = 14.51%
B = 67.06%

CMYK

 C value IS 0.73

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F25AB (or 0x2F25AB) is known color: Persian Blue. HEX triplet: 2F, 25 and AB. RGB value is (47,37,171). Sum of RGB (Red+Green+Blue) = 47+37+171=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 171 (67.19% from 255 or 67.06% from 255); Max value from RGB is 171 - color contains mainly: blue. Hex color #2F25AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F25AB is #D0DA54. Grayscale: #363636. Windows color (decimal): -13687381 or 11216175. OLE color: 11216175.

HSL color Cylindrical-coordinate representation of color #2F25AB: hue angle of 244.48º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F25AB is Cyan = 0.73, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 37 171 -
CMYK 0.73 0.78 0 0.33
HSL 244.48º 0.64% 0.41% -
HSV(B) 244.48º 0.78% 0.67% -
XYZ 9.18 4.87 38.98 -
YUV 55.27 193.31 122.1 -
System Red Green Blue C M Y K H S L
Decimal 47 37 171 0.73 0.78 0 0.33 244.48 0.64 0.41
Hex 2F 25 AB 49 4E 0 21 F4 40 29
Octal 57 45 253 111 116 0 41 364 100 51
Binary 101111 100101 10101011 1001001 1001110 0 100001 11110100 1000000 101001

Color Harmonies of #2F25AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F25AB

Black with #2F25AB

Text Example


Text Example

White with #2F25AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,37,171); }

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

background-color css

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

 a { background-color: rgb(47,37,171); }

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

border-color css

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

 span { border-color: rgb(47,37,171); }

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