Html Css Color HEX #2F28DC Persian Blue

📋 copy color: '#2F28DC'

red 47 ◦ green 40 ◦ blue 220

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

Shades of Persian Blue #2F28DC

Tints of Persian Blue #2F28DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 71.66%

R = 15.31%
G = 13.03%
B = 71.66%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2F28DC (or 0x2F28DC) is known color: Persian Blue. HEX triplet: 2F, 28 and DC. RGB value is (47,40,220). Sum of RGB (Red+Green+Blue) = 47+40+220=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 220 (86.33% from 255 or 71.66% from 307); Max value from RGB is 220 - color contains mainly: blue. Hex color #2F28DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F28DC is #D0D723. Grayscale: #3D3D3D. Windows color (decimal): -13686564 or 14428207. OLE color: 14428207.

HSL color Cylindrical-coordinate representation of color #2F28DC: hue angle of 242.33º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F28DC is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 40 220 -
CMYK 0.79 0.82 0 0.14
HSL 242.33º 0.72% 0.51% -
HSV(B) 242.33º 0.82% 0.86% -
XYZ 14.85 7.29 68.33 -
YUV 62.61 216.82 116.86 -
System Red Green Blue C M Y K H S L
Decimal 47 40 220 0.79 0.82 0 0.14 242.33 0.72 0.51
Hex 2F 28 DC 4F 52 0 E F2 48 33
Octal 57 50 334 117 122 0 16 362 110 63
Binary 101111 101000 11011100 1001111 1010010 0 1110 11110010 1001000 110011

Color Harmonies of #2F28DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F28DC

Black with #2F28DC

Text Example


Text Example

White with #2F28DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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