Html Css Color HEX #272BDC Persian Blue

📋 copy color: '#272BDC'

red 39 ◦ green 43 ◦ blue 220

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

Shades of Persian Blue #272BDC

Tints of Persian Blue #272BDC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.24%

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

R = 12.91%
G = 14.24%
B = 72.85%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#272BDC (or 0x272BDC) is known color: Persian Blue. HEX triplet: 27, 2B and DC. RGB value is (39,43,220). Sum of RGB (Red+Green+Blue) = 39+43+220=302 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.91% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 220 (86.33% from 255 or 72.85% from 302); Max value from RGB is 220 - color contains mainly: blue. Hex color #272BDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272BDC is #D8D423. Grayscale: #3D3D3D. Windows color (decimal): -14210084 or 14428967. OLE color: 14428967.

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

Color convert

RGB 39 43 220 -
CMYK 0.82 0.80 0 0.14
HSL 238.67º 0.72% 0.51% -
HSV(B) 238.67º 0.82% 0.86% -
XYZ 14.62 7.33 68.35 -
YUV 61.98 217.17 111.61 -
System Red Green Blue C M Y K H S L
Decimal 39 43 220 0.82 0.80 0 0.14 238.67 0.72 0.51
Hex 27 2B DC 52 50 0 E EF 48 33
Octal 47 53 334 122 120 0 16 357 110 63
Binary 100111 101011 11011100 1010010 1010000 0 1110 11101111 1001000 110011

Color Harmonies of #272BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272BDC

Black with #272BDC

Text Example


Text Example

White with #272BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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