Html Css Color HEX #272FDC Persian Blue

📋 copy color: '#272FDC'

red 39 ◦ green 47 ◦ blue 220

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

Shades of Persian Blue #272FDC

Tints of Persian Blue #272FDC

RGB

 RED value IS 39 (15.63% from 255) = 12.75%

 GREEN value IS 47 (18.75% from 255) = 15.36%

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

R = 12.75%
G = 15.36%
B = 71.9%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#272FDC (or 0x272FDC) is known color: Persian Blue. HEX triplet: 27, 2F and DC. RGB value is (39,47,220). Sum of RGB (Red+Green+Blue) = 39+47+220=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #272FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272FDC is #D8D023. Grayscale: #3F3F3F. Windows color (decimal): -14209060 or 14429991. OLE color: 14429991.

HSL color Cylindrical-coordinate representation of color #272FDC: hue angle of 237.35º 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 #272FDC is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 39 47 220 -
CMYK 0.82 0.79 0 0.14
HSL 237.35º 0.72% 0.51% -
HSV(B) 237.35º 0.82% 0.86% -
XYZ 14.77 7.63 68.4 -
YUV 64.33 215.85 109.93 -
System Red Green Blue C M Y K H S L
Decimal 39 47 220 0.82 0.79 0 0.14 237.35 0.72 0.51
Hex 27 2F DC 52 4F 0 E ED 48 33
Octal 47 57 334 122 117 0 16 355 110 63
Binary 100111 101111 11011100 1010010 1001111 0 1110 11101101 1001000 110011

Color Harmonies of #272FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272FDC

Black with #272FDC

Text Example


Text Example

White with #272FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272FDC; }

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

 H1.HeaderClassName
 {
   color: #272FDC;
 }
 .AnyTagClassName
 {
   color: #272FDC;
 }
</style>

background-color css

<style>
 a { background-color: #272FDC; }

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

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

border-color css

<style>
 span { border-color: #272FDC; }

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

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