Html Css Color HEX #272FE1 Persian Blue

📋 copy color: '#272FE1'

red 39 ◦ green 47 ◦ blue 225

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

Shades of Persian Blue #272FE1

Tints of Persian Blue #272FE1

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.11%

 BLUE value IS 225 (88.28% from 255) = 72.35%

R = 12.54%
G = 15.11%
B = 72.35%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#272FE1 (or 0x272FE1) is known color: Persian Blue. HEX triplet: 27, 2F and E1. RGB value is (39,47,225). Sum of RGB (Red+Green+Blue) = 39+47+225=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 225 (88.28% from 255 or 72.35% from 311); Max value from RGB is 225 - color contains mainly: blue. Hex color #272FE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272FE1 is #D8D01E. Grayscale: #404040. Windows color (decimal): -14209055 or 14757671. OLE color: 14757671.

HSL color Cylindrical-coordinate representation of color #272FE1: hue angle of 237.42º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #272FE1 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 47 225 -
CMYK 0.83 0.79 0 0.12
HSL 237.42º 0.76% 0.52% -
HSV(B) 237.42º 0.83% 0.88% -
XYZ 15.44 7.9 71.95 -
YUV 64.9 218.35 109.53 -
System Red Green Blue C M Y K H S L
Decimal 39 47 225 0.83 0.79 0 0.12 237.42 0.76 0.52
Hex 27 2F E1 53 4F 0 C ED 4C 34
Octal 47 57 341 123 117 0 14 355 114 64
Binary 100111 101111 11100001 1010011 1001111 0 1100 11101101 1001100 110100

Color Harmonies of #272FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272FE1

Black with #272FE1

Text Example


Text Example

White with #272FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,47,225); }

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

background-color css

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

 a { background-color: rgb(39,47,225); }

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

border-color css

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

 span { border-color: rgb(39,47,225); }

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