Html Css Color HEX #272ADB Persian Blue

📋 copy color: '#272ADB'

red 39 ◦ green 42 ◦ blue 219

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

Shades of Persian Blue #272ADB

Tints of Persian Blue #272ADB

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14%

 BLUE value IS 219 (85.94% from 255) = 73%

R = 13%
G = 14%
B = 73%

CMYK

 C value IS 0.82

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#272ADB (or 0x272ADB) is known color: Persian Blue. HEX triplet: 27, 2A and DB. RGB value is (39,42,219). Sum of RGB (Red+Green+Blue) = 39+42+219=300 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 219 (85.94% from 255 or 73% from 300); Max value from RGB is 219 - color contains mainly: blue. Hex color #272ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272ADB is #D8D524. Grayscale: #3C3C3C. Windows color (decimal): -14210341 or 14363175. OLE color: 14363175.

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

Color convert

RGB 39 42 219 -
CMYK 0.82 0.81 0 0.14
HSL 239º 0.71% 0.51% -
HSV(B) 239º 0.82% 0.86% -
XYZ 14.45 7.2 67.65 -
YUV 61.28 217.01 112.11 -
System Red Green Blue C M Y K H S L
Decimal 39 42 219 0.82 0.81 0 0.14 239 0.71 0.51
Hex 27 2A DB 52 51 0 E EF 47 33
Octal 47 52 333 122 121 0 16 357 107 63
Binary 100111 101010 11011011 1010010 1010001 0 1110 11101111 1000111 110011

Color Harmonies of #272ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272ADB

Black with #272ADB

Text Example


Text Example

White with #272ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,42,219); }

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

background-color css

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

 a { background-color: rgb(39,42,219); }

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

border-color css

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

 span { border-color: rgb(39,42,219); }

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