Html Css Color HEX #27208D Ultramarine

📋 copy color: '#27208D'

red 39 ◦ green 32 ◦ blue 141

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

Shades of Ultramarine #27208D

Tints of Ultramarine #27208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.09%

 BLUE value IS 141 (55.47% from 255) = 66.51%

R = 18.4%
G = 15.09%
B = 66.51%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#27208D (or 0x27208D) is known color: Ultramarine. HEX triplet: 27, 20 and 8D. RGB value is (39,32,141). Sum of RGB (Red+Green+Blue) = 39+32+141=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 32 (12.89% from 255 or 15.09% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #27208D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27208D is #D8DF72. Grayscale: #2E2E2E. Windows color (decimal): -14212979 or 9248807. OLE color: 9248807.

HSL color Cylindrical-coordinate representation of color #27208D: hue angle of 243.85º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27208D is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 39 32 141 -
CMYK 0.72 0.77 0 0.45
HSL 243.85º 0.63% 0.34% -
HSV(B) 243.85º 0.77% 0.55% -
XYZ 6.16 3.39 25.53 -
YUV 46.52 181.32 122.64 -
System Red Green Blue C M Y K H S L
Decimal 39 32 141 0.72 0.77 0 0.45 243.85 0.63 0.34
Hex 27 20 8D 48 4D 0 2D F4 3F 22
Octal 47 40 215 110 115 0 55 364 77 42
Binary 100111 100000 10001101 1001000 1001101 0 101101 11110100 111111 100010

Color Harmonies of #27208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27208D

Black with #27208D

Text Example


Text Example

White with #27208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27208D; }

 p { color: rgb(39,32,141); }

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

background-color css

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

 a { background-color: rgb(39,32,141); }

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

border-color css

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

 span { border-color: rgb(39,32,141); }

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