Html Css Color HEX #2F28AC Persian Blue

📋 copy color: '#2F28AC'

red 47 ◦ green 40 ◦ blue 172

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

Shades of Persian Blue #2F28AC

Tints of Persian Blue #2F28AC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.44%

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

R = 18.15%
G = 15.44%
B = 66.41%

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

#2F28AC (or 0x2F28AC) is known color: Persian Blue. HEX triplet: 2F, 28 and AC. RGB value is (47,40,172). Sum of RGB (Red+Green+Blue) = 47+40+172=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 172 (67.58% from 255 or 66.41% from 259); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F28AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F28AC is #D0D753. Grayscale: #383838. Windows color (decimal): -13686612 or 11282479. OLE color: 11282479.

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

Color convert

RGB 47 40 172 -
CMYK 0.73 0.77 0 0.33
HSL 243.18º 0.62% 0.42% -
HSV(B) 243.18º 0.77% 0.67% -
XYZ 9.38 5.1 39.52 -
YUV 57.14 192.82 120.77 -
System Red Green Blue C M Y K H S L
Decimal 47 40 172 0.73 0.77 0 0.33 243.18 0.62 0.42
Hex 2F 28 AC 49 4D 0 21 F3 3E 2A
Octal 57 50 254 111 115 0 41 363 76 52
Binary 101111 101000 10101100 1001001 1001101 0 100001 11110011 111110 101010

Color Harmonies of #2F28AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F28AC

Black with #2F28AC

Text Example


Text Example

White with #2F28AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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