Html Css Color HEX #272DDE Persian Blue

📋 copy color: '#272DDE'

red 39 ◦ green 45 ◦ blue 222

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

Shades of Persian Blue #272DDE

Tints of Persian Blue #272DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 72.55%

R = 12.75%
G = 14.71%
B = 72.55%

CMYK

 C value IS 0.82

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#272DDE (or 0x272DDE) is known color: Persian Blue. HEX triplet: 27, 2D and DE. RGB value is (39,45,222). Sum of RGB (Red+Green+Blue) = 39+45+222=306 (40% of max value = 765). Red value is 39 (15.62% from 255 or 12.75% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 222 (87.11% from 255 or 72.55% from 306); Max value from RGB is 222 - color contains mainly: blue. Hex color #272DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272DDE is #D8D221. Grayscale: #3E3E3E. Windows color (decimal): -14209570 or 14560551. OLE color: 14560551.

HSL color Cylindrical-coordinate representation of color #272DDE: hue angle of 238.03º 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 #272DDE is Cyan = 0.82, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 39 45 222 -
CMYK 0.82 0.80 0 0.13
HSL 238.03º 0.73% 0.51% -
HSV(B) 238.03º 0.82% 0.87% -
XYZ 14.96 7.58 69.78 -
YUV 63.38 217.51 110.61 -
System Red Green Blue C M Y K H S L
Decimal 39 45 222 0.82 0.80 0 0.13 238.03 0.73 0.51
Hex 27 2D DE 52 50 0 D EE 49 33
Octal 47 55 336 122 120 0 15 356 111 63
Binary 100111 101101 11011110 1010010 1010000 0 1101 11101110 1001001 110011

Color Harmonies of #272DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272DDE

Black with #272DDE

Text Example


Text Example

White with #272DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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