Html Css Color HEX #272EDD Persian Blue

📋 copy color: '#272EDD'

red 39 ◦ green 46 ◦ blue 221

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

Shades of Persian Blue #272EDD

Tints of Persian Blue #272EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 72.22%

R = 12.75%
G = 15.03%
B = 72.22%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#272EDD (or 0x272EDD) is known color: Persian Blue. HEX triplet: 27, 2E and DD. RGB value is (39,46,221). Sum of RGB (Red+Green+Blue) = 39+46+221=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 46 (18.36% from 255 or 15.03% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #272EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272EDD is #D8D122. Grayscale: #3F3F3F. Windows color (decimal): -14209315 or 14495271. OLE color: 14495271.

HSL color Cylindrical-coordinate representation of color #272EDD: hue angle of 237.69º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #272EDD is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 46 221 -
CMYK 0.82 0.79 0 0.13
HSL 237.69º 0.73% 0.51% -
HSV(B) 237.69º 0.82% 0.87% -
XYZ 14.86 7.61 69.09 -
YUV 63.86 216.68 110.27 -
System Red Green Blue C M Y K H S L
Decimal 39 46 221 0.82 0.79 0 0.13 237.69 0.73 0.51
Hex 27 2E DD 52 4F 0 D EE 49 33
Octal 47 56 335 122 117 0 15 356 111 63
Binary 100111 101110 11011101 1010010 1001111 0 1101 11101110 1001001 110011

Color Harmonies of #272EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272EDD

Black with #272EDD

Text Example


Text Example

White with #272EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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