Html Css Color HEX #272ACE Persian Blue

📋 copy color: '#272ACE'

red 39 ◦ green 42 ◦ blue 206

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

Shades of Persian Blue #272ACE

Tints of Persian Blue #272ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 71.78%

R = 13.59%
G = 14.63%
B = 71.78%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#272ACE (or 0x272ACE) is known color: Persian Blue. HEX triplet: 27, 2A and CE. RGB value is (39,42,206). Sum of RGB (Red+Green+Blue) = 39+42+206=287 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.59% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 206 (80.86% from 255 or 71.78% from 287); Max value from RGB is 206 - color contains mainly: blue. Hex color #272ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272ACE is #D8D531. Grayscale: #3B3B3B. Windows color (decimal): -14210354 or 13511207. OLE color: 13511207.

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

Color convert

RGB 39 42 206 -
CMYK 0.81 0.80 0 0.19
HSL 238.92º 0.68% 0.48% -
HSV(B) 238.92º 0.81% 0.81% -
XYZ 12.81 6.54 58.98 -
YUV 59.8 210.51 113.16 -
System Red Green Blue C M Y K H S L
Decimal 39 42 206 0.81 0.80 0 0.19 238.92 0.68 0.48
Hex 27 2A CE 51 50 0 13 EF 44 30
Octal 47 52 316 121 120 0 23 357 104 60
Binary 100111 101010 11001110 1010001 1010000 0 10011 11101111 1000100 110000

Color Harmonies of #272ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272ACE

Black with #272ACE

Text Example


Text Example

White with #272ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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