Html Css Color HEX #272BE5 Persian Blue

📋 copy color: '#272BE5'

red 39 ◦ green 43 ◦ blue 229

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

Shades of Persian Blue #272BE5

Tints of Persian Blue #272BE5

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

 BLUE value IS 229 (89.84% from 255) = 73.63%

R = 12.54%
G = 13.83%
B = 73.63%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#272BE5 (or 0x272BE5) is known color: Persian Blue. HEX triplet: 27, 2B and E5. RGB value is (39,43,229). Sum of RGB (Red+Green+Blue) = 39+43+229=311 (41% of max value = 765). Red value is 39 (15.62% from 255 or 12.54% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 229 (89.84% from 255 or 73.63% from 311); Max value from RGB is 229 - color contains mainly: blue. Hex color #272BE5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272BE5 is #D8D41A. Grayscale: #3E3E3E. Windows color (decimal): -14210075 or 15018791. OLE color: 15018791.

HSL color Cylindrical-coordinate representation of color #272BE5: hue angle of 238.74º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #272BE5 is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 39 43 229 -
CMYK 0.83 0.81 0 0.10
HSL 238.74º 0.79% 0.53% -
HSV(B) 238.74º 0.83% 0.9% -
XYZ 15.84 7.82 74.8 -
YUV 63.01 221.67 110.88 -
System Red Green Blue C M Y K H S L
Decimal 39 43 229 0.83 0.81 0 0.10 238.74 0.79 0.53
Hex 27 2B E5 53 51 0 A EF 4F 35
Octal 47 53 345 123 121 0 12 357 117 65
Binary 100111 101011 11100101 1010011 1010001 0 1010 11101111 1001111 110101

Color Harmonies of #272BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272BE5

Black with #272BE5

Text Example


Text Example

White with #272BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,43,229); }

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

background-color css

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

 a { background-color: rgb(39,43,229); }

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

border-color css

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

 span { border-color: rgb(39,43,229); }

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