Html Css Color HEX #272972 Deep Koamaru

📋 copy color: '#272972'

red 39 ◦ green 41 ◦ blue 114

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

Shades of Deep Koamaru #272972

Tints of Deep Koamaru #272972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

 BLUE value IS 114 (44.92% from 255) = 58.76%

R = 20.1%
G = 21.13%
B = 58.76%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#272972 (or 0x272972) is known color: Deep Koamaru. HEX triplet: 27, 29 and 72. RGB value is (39,41,114). Sum of RGB (Red+Green+Blue) = 39+41+114=194 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.10% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #272972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #272972 is #D8D68D. Grayscale: #303030. Windows color (decimal): -14210702 or 7481639. OLE color: 7481639.

HSL color Cylindrical-coordinate representation of color #272972: hue angle of 238.4º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #272972 is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 39 41 114 -
CMYK 0.66 0.64 0 0.55
HSL 238.4º 0.49% 0.3% -
HSV(B) 238.4º 0.66% 0.45% -
XYZ 4.67 3.23 16.3 -
YUV 48.72 164.84 121.06 -
System Red Green Blue C M Y K H S L
Decimal 39 41 114 0.66 0.64 0 0.55 238.4 0.49 0.3
Hex 27 29 72 42 40 0 37 EE 31 1E
Octal 47 51 162 102 100 0 67 356 61 36
Binary 100111 101001 1110010 1000010 1000000 0 110111 11101110 110001 11110

Color Harmonies of #272972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272972

Black with #272972

Text Example


Text Example

White with #272972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272972; }

 p { color: rgb(39,41,114); }

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

background-color css

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

 a { background-color: rgb(39,41,114); }

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

border-color css

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

 span { border-color: rgb(39,41,114); }

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