Html Css Color HEX #2F27DD Persian Blue

📋 copy color: '#2F27DD'

red 47 ◦ green 39 ◦ blue 221

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

Shades of Persian Blue #2F27DD

Tints of Persian Blue #2F27DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 71.99%

R = 15.31%
G = 12.7%
B = 71.99%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2F27DD (or 0x2F27DD) is known color: Persian Blue. HEX triplet: 2F, 27 and DD. RGB value is (47,39,221). Sum of RGB (Red+Green+Blue) = 47+39+221=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 39 (15.62% from 255 or 12.70% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #2F27DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F27DD is #D0D822. Grayscale: #3D3D3D. Windows color (decimal): -13686819 or 14493487. OLE color: 14493487.

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

Color convert

RGB 47 39 221 -
CMYK 0.79 0.82 0 0.13
HSL 242.64º 0.73% 0.51% -
HSV(B) 242.64º 0.82% 0.87% -
XYZ 14.95 7.28 69.02 -
YUV 62.14 217.65 117.2 -
System Red Green Blue C M Y K H S L
Decimal 47 39 221 0.79 0.82 0 0.13 242.64 0.73 0.51
Hex 2F 27 DD 4F 52 0 D F3 49 33
Octal 57 47 335 117 122 0 15 363 111 63
Binary 101111 100111 11011101 1001111 1010010 0 1101 11110011 1001001 110011

Color Harmonies of #2F27DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F27DD

Black with #2F27DD

Text Example


Text Example

White with #2F27DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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