Html Css Color HEX #272DC9 Persian Blue

📋 copy color: '#272DC9'

red 39 ◦ green 45 ◦ blue 201

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

Shades of Persian Blue #272DC9

Tints of Persian Blue #272DC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 70.53%

R = 13.68%
G = 15.79%
B = 70.53%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#272DC9 (or 0x272DC9) is known color: Persian Blue. HEX triplet: 27, 2D and C9. RGB value is (39,45,201). Sum of RGB (Red+Green+Blue) = 39+45+201=285 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.68% from 285); Green value is 45 (17.97% from 255 or 15.79% from 285); Blue value is 201 (78.91% from 255 or 70.53% from 285); Max value from RGB is 201 - color contains mainly: blue. Hex color #272DC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272DC9 is #D8D236. Grayscale: #3C3C3C. Windows color (decimal): -14209591 or 13184295. OLE color: 13184295.

HSL color Cylindrical-coordinate representation of color #272DC9: hue angle of 237.78º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #272DC9 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 39 45 201 -
CMYK 0.81 0.78 0 0.21
HSL 237.78º 0.68% 0.47% -
HSV(B) 237.78º 0.81% 0.79% -
XYZ 12.32 6.53 55.87 -
YUV 60.99 207.01 112.32 -
System Red Green Blue C M Y K H S L
Decimal 39 45 201 0.81 0.78 0 0.21 237.78 0.68 0.47
Hex 27 2D C9 51 4E 0 15 EE 44 2F
Octal 47 55 311 121 116 0 25 356 104 57
Binary 100111 101101 11001001 1010001 1001110 0 10101 11101110 1000100 101111

Color Harmonies of #272DC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272DC9

Black with #272DC9

Text Example


Text Example

White with #272DC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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