Html Css Color HEX #272EC9 Persian Blue

📋 copy color: '#272EC9'

red 39 ◦ green 46 ◦ blue 201

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

Shades of Persian Blue #272EC9

Tints of Persian Blue #272EC9

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.08%

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

R = 13.64%
G = 16.08%
B = 70.28%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#272EC9 (or 0x272EC9) is known color: Persian Blue. HEX triplet: 27, 2E and C9. RGB value is (39,46,201). Sum of RGB (Red+Green+Blue) = 39+46+201=286 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.64% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 201 (78.91% from 255 or 70.28% from 286); Max value from RGB is 201 - color contains mainly: blue. Hex color #272EC9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #272EC9 is #D8D136. Grayscale: #3C3C3C. Windows color (decimal): -14209335 or 13184551. OLE color: 13184551.

HSL color Cylindrical-coordinate representation of color #272EC9: hue angle of 237.41º 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 #272EC9 is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 39 46 201 -
CMYK 0.81 0.77 0 0.21
HSL 237.41º 0.68% 0.47% -
HSV(B) 237.41º 0.81% 0.79% -
XYZ 12.36 6.6 55.88 -
YUV 61.58 206.68 111.9 -
System Red Green Blue C M Y K H S L
Decimal 39 46 201 0.81 0.77 0 0.21 237.41 0.68 0.47
Hex 27 2E C9 51 4D 0 15 ED 44 2F
Octal 47 56 311 121 115 0 25 355 104 57
Binary 100111 101110 11001001 1010001 1001101 0 10101 11101101 1000100 101111

Color Harmonies of #272EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272EC9

Black with #272EC9

Text Example


Text Example

White with #272EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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