Html Css Color HEX #272DA8 Persian Blue

📋 copy color: '#272DA8'

red 39 ◦ green 45 ◦ blue 168

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

Shades of Persian Blue #272DA8

Tints of Persian Blue #272DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 66.67%

R = 15.48%
G = 17.86%
B = 66.67%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#272DA8 (or 0x272DA8) is known color: Persian Blue. HEX triplet: 27, 2D and A8. RGB value is (39,45,168). Sum of RGB (Red+Green+Blue) = 39+45+168=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 45 (17.97% from 255 or 17.86% from 252); Blue value is 168 (66.02% from 255 or 66.67% from 252); Max value from RGB is 168 - color contains mainly: blue. Hex color #272DA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272DA8 is #D8D257. Grayscale: #383838. Windows color (decimal): -14209624 or 11021607. OLE color: 11021607.

HSL color Cylindrical-coordinate representation of color #272DA8: hue angle of 237.21º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #272DA8 is Cyan = 0.77, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 39 45 168 -
CMYK 0.77 0.73 0 0.34
HSL 237.21º 0.62% 0.41% -
HSV(B) 237.21º 0.77% 0.66% -
XYZ 8.84 5.14 37.57 -
YUV 57.23 190.51 115 -
System Red Green Blue C M Y K H S L
Decimal 39 45 168 0.77 0.73 0 0.34 237.21 0.62 0.41
Hex 27 2D A8 4D 49 0 22 ED 3E 29
Octal 47 55 250 115 111 0 42 355 76 51
Binary 100111 101101 10101000 1001101 1001001 0 100010 11101101 111110 101001

Color Harmonies of #272DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272DA8

Black with #272DA8

Text Example


Text Example

White with #272DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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