Html Css Color HEX #272DE1 Persian Blue

📋 copy color: '#272DE1'

red 39 ◦ green 45 ◦ blue 225

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

Shades of Persian Blue #272DE1

Tints of Persian Blue #272DE1

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.56%

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

R = 12.62%
G = 14.56%
B = 72.82%

CMYK

 C value IS 0.83

 M value IS 0.8

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#272DE1 (or 0x272DE1) is known color: Persian Blue. HEX triplet: 27, 2D and E1. RGB value is (39,45,225). Sum of RGB (Red+Green+Blue) = 39+45+225=309 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.62% from 309); Green value is 45 (17.97% from 255 or 14.56% from 309); Blue value is 225 (88.28% from 255 or 72.82% from 309); Max value from RGB is 225 - color contains mainly: blue. Hex color #272DE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272DE1 is #D8D21E. Grayscale: #3F3F3F. Windows color (decimal): -14209567 or 14757159. OLE color: 14757159.

HSL color Cylindrical-coordinate representation of color #272DE1: hue angle of 238.06º 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 #272DE1 is Cyan = 0.83, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 39 45 225 -
CMYK 0.83 0.8 0 0.12
HSL 238.06º 0.76% 0.52% -
HSV(B) 238.06º 0.83% 0.88% -
XYZ 15.37 7.74 71.92 -
YUV 63.73 219.01 110.36 -
System Red Green Blue C M Y K H S L
Decimal 39 45 225 0.83 0.8 0 0.12 238.06 0.76 0.52
Hex 27 2D E1 53 50 0 C EE 4C 34
Octal 47 55 341 123 120 0 14 356 114 64
Binary 100111 101101 11100001 1010011 1010000 0 1100 11101110 1001100 110100

Color Harmonies of #272DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272DE1

Black with #272DE1

Text Example


Text Example

White with #272DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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