Html Css Color HEX #272DD0 Persian Blue

📋 copy color: '#272DD0'

red 39 ◦ green 45 ◦ blue 208

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

Shades of Persian Blue #272DD0

Tints of Persian Blue #272DD0

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.41%

 BLUE value IS 208 (81.64% from 255) = 71.23%

R = 13.36%
G = 15.41%
B = 71.23%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#272DD0 (or 0x272DD0) is known color: Persian Blue. HEX triplet: 27, 2D and D0. RGB value is (39,45,208). Sum of RGB (Red+Green+Blue) = 39+45+208=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 208 (81.64% from 255 or 71.23% from 292); Max value from RGB is 208 - color contains mainly: blue. Hex color #272DD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272DD0 is #D8D22F. Grayscale: #3D3D3D. Windows color (decimal): -14209584 or 13643047. OLE color: 13643047.

HSL color Cylindrical-coordinate representation of color #272DD0: hue angle of 237.87º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #272DD0 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 39 45 208 -
CMYK 0.81 0.78 0 0.18
HSL 237.87º 0.68% 0.48% -
HSV(B) 237.87º 0.81% 0.82% -
XYZ 13.16 6.86 60.31 -
YUV 61.79 210.51 111.75 -
System Red Green Blue C M Y K H S L
Decimal 39 45 208 0.81 0.78 0 0.18 237.87 0.68 0.48
Hex 27 2D D0 51 4E 0 12 EE 44 30
Octal 47 55 320 121 116 0 22 356 104 60
Binary 100111 101101 11010000 1010001 1001110 0 10010 11101110 1000100 110000

Color Harmonies of #272DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272DD0

Black with #272DD0

Text Example


Text Example

White with #272DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,45,208); }

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

background-color css

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

 a { background-color: rgb(39,45,208); }

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

border-color css

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

 span { border-color: rgb(39,45,208); }

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