Html Css Color HEX #272ECE Persian Blue

📋 copy color: '#272ECE'

red 39 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #272ECE

Tints of Persian Blue #272ECE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.81%

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

R = 13.4%
G = 15.81%
B = 70.79%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#272ECE (or 0x272ECE) is known color: Persian Blue. HEX triplet: 27, 2E and CE. RGB value is (39,46,206). Sum of RGB (Red+Green+Blue) = 39+46+206=291 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.40% from 291); Green value is 46 (18.36% from 255 or 15.81% from 291); Blue value is 206 (80.86% from 255 or 70.79% from 291); Max value from RGB is 206 - color contains mainly: blue. Hex color #272ECE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272ECE is #D8D131. Grayscale: #3D3D3D. Windows color (decimal): -14209330 or 13512231. OLE color: 13512231.

HSL color Cylindrical-coordinate representation of color #272ECE: hue angle of 237.49º 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 #272ECE is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 39 46 206 -
CMYK 0.81 0.78 0 0.19
HSL 237.49º 0.68% 0.48% -
HSV(B) 237.49º 0.81% 0.81% -
XYZ 12.95 6.84 59.03 -
YUV 62.15 209.18 111.49 -
System Red Green Blue C M Y K H S L
Decimal 39 46 206 0.81 0.78 0 0.19 237.49 0.68 0.48
Hex 27 2E CE 51 4E 0 13 ED 44 30
Octal 47 56 316 121 116 0 23 355 104 60
Binary 100111 101110 11001110 1010001 1001110 0 10011 11101101 1000100 110000

Color Harmonies of #272ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272ECE

Black with #272ECE

Text Example


Text Example

White with #272ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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