Html Css Color HEX #272ECF Persian Blue

📋 copy color: '#272ECF'

red 39 ◦ green 46 ◦ blue 207

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

Shades of Persian Blue #272ECF

Tints of Persian Blue #272ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 70.89%

R = 13.36%
G = 15.75%
B = 70.89%

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

#272ECF (or 0x272ECF) is known color: Persian Blue. HEX triplet: 27, 2E and CF. RGB value is (39,46,207). Sum of RGB (Red+Green+Blue) = 39+46+207=292 (38% of max value = 765). Red value is 39 (15.62% from 255 or 13.36% from 292); Green value is 46 (18.36% from 255 or 15.75% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #272ECF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272ECF is #D8D130. Grayscale: #3D3D3D. Windows color (decimal): -14209329 or 13577767. OLE color: 13577767.

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

Color convert

RGB 39 46 207 -
CMYK 0.81 0.78 0 0.19
HSL 237.5º 0.68% 0.48% -
HSV(B) 237.5º 0.81% 0.81% -
XYZ 13.08 6.89 59.67 -
YUV 62.26 209.68 111.41 -
System Red Green Blue C M Y K H S L
Decimal 39 46 207 0.81 0.78 0 0.19 237.5 0.68 0.48
Hex 27 2E CF 51 4E 0 13 EE 44 30
Octal 47 56 317 121 116 0 23 356 104 60
Binary 100111 101110 11001111 1010001 1001110 0 10011 11101110 1000100 110000

Color Harmonies of #272ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272ECF

Black with #272ECF

Text Example


Text Example

White with #272ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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