Html Css Color HEX #272DD5 Persian Blue

📋 copy color: '#272DD5'

red 39 ◦ green 45 ◦ blue 213

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

Shades of Persian Blue #272DD5

Tints of Persian Blue #272DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 71.72%

R = 13.13%
G = 15.15%
B = 71.72%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#272DD5 (or 0x272DD5) is known color: Persian Blue. HEX triplet: 27, 2D and D5. RGB value is (39,45,213). Sum of RGB (Red+Green+Blue) = 39+45+213=297 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.13% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 213 (83.59% from 255 or 71.72% from 297); Max value from RGB is 213 - color contains mainly: blue. Hex color #272DD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272DD5 is #D8D22A. Grayscale: #3D3D3D. Windows color (decimal): -14209579 or 13970727. OLE color: 13970727.

HSL color Cylindrical-coordinate representation of color #272DD5: hue angle of 237.93º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #272DD5 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 39 45 213 -
CMYK 0.82 0.79 0 0.16
HSL 237.93º 0.69% 0.49% -
HSV(B) 237.93º 0.82% 0.84% -
XYZ 13.79 7.11 63.6 -
YUV 62.36 213.01 111.34 -
System Red Green Blue C M Y K H S L
Decimal 39 45 213 0.82 0.79 0 0.16 237.93 0.69 0.49
Hex 27 2D D5 52 4F 0 10 EE 45 31
Octal 47 55 325 122 117 0 20 356 105 61
Binary 100111 101101 11010101 1010010 1001111 0 10000 11101110 1000101 110001

Color Harmonies of #272DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272DD5

Black with #272DD5

Text Example


Text Example

White with #272DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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