Html Css Color HEX #2F27AC Persian Blue

📋 copy color: '#2F27AC'

red 47 ◦ green 39 ◦ blue 172

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

Shades of Persian Blue #2F27AC

Tints of Persian Blue #2F27AC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.12%

 BLUE value IS 172 (67.58% from 255) = 66.67%

R = 18.22%
G = 15.12%
B = 66.67%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2F27AC (or 0x2F27AC) is known color: Persian Blue. HEX triplet: 2F, 27 and AC. RGB value is (47,39,172). Sum of RGB (Red+Green+Blue) = 47+39+172=258 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.22% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 172 (67.58% from 255 or 66.67% from 258); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F27AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F27AC is #D0D853. Grayscale: #383838. Windows color (decimal): -13686868 or 11282223. OLE color: 11282223.

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

Color convert

RGB 47 39 172 -
CMYK 0.73 0.77 0 0.33
HSL 243.61º 0.63% 0.41% -
HSV(B) 243.61º 0.77% 0.67% -
XYZ 9.34 5.03 39.51 -
YUV 56.55 193.15 121.19 -
System Red Green Blue C M Y K H S L
Decimal 47 39 172 0.73 0.77 0 0.33 243.61 0.63 0.41
Hex 2F 27 AC 49 4D 0 21 F4 3F 29
Octal 57 47 254 111 115 0 41 364 77 51
Binary 101111 100111 10101100 1001001 1001101 0 100001 11110100 111111 101001

Color Harmonies of #2F27AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F27AC

Black with #2F27AC

Text Example


Text Example

White with #2F27AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,39,172); }

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

background-color css

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

 a { background-color: rgb(47,39,172); }

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

border-color css

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

 span { border-color: rgb(47,39,172); }

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