Html Css Color HEX #272DB7 Persian Blue

📋 copy color: '#272DB7'

red 39 ◦ green 45 ◦ blue 183

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

Shades of Persian Blue #272DB7

Tints of Persian Blue #272DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 68.54%

R = 14.61%
G = 16.85%
B = 68.54%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#272DB7 (or 0x272DB7) is known color: Persian Blue. HEX triplet: 27, 2D and B7. RGB value is (39,45,183). Sum of RGB (Red+Green+Blue) = 39+45+183=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 45 (17.97% from 255 or 16.85% from 267); Blue value is 183 (71.88% from 255 or 68.54% from 267); Max value from RGB is 183 - color contains mainly: blue. Hex color #272DB7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272DB7 is #D8D248. Grayscale: #3A3A3A. Windows color (decimal): -14209609 or 12004647. OLE color: 12004647.

HSL color Cylindrical-coordinate representation of color #272DB7: hue angle of 237.5º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #272DB7 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 39 45 183 -
CMYK 0.79 0.75 0 0.28
HSL 237.5º 0.65% 0.44% -
HSV(B) 237.5º 0.79% 0.72% -
XYZ 10.32 5.73 45.36 -
YUV 58.94 198.01 113.78 -
System Red Green Blue C M Y K H S L
Decimal 39 45 183 0.79 0.75 0 0.28 237.5 0.65 0.44
Hex 27 2D B7 4F 4B 0 1C EE 41 2C
Octal 47 55 267 117 113 0 34 356 101 54
Binary 100111 101101 10110111 1001111 1001011 0 11100 11101110 1000001 101100

Color Harmonies of #272DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272DB7

Black with #272DB7

Text Example


Text Example

White with #272DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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