Html Css Color HEX #271099 Ultramarine

📋 copy color: '#271099'

red 39 ◦ green 16 ◦ blue 153

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

Shades of Ultramarine #271099

Tints of Ultramarine #271099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.69%

 BLUE value IS 153 (60.16% from 255) = 73.56%

R = 18.75%
G = 7.69%
B = 73.56%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#271099 (or 0x271099) is known color: Ultramarine. HEX triplet: 27, 10 and 99. RGB value is (39,16,153). Sum of RGB (Red+Green+Blue) = 39+16+153=208 (27% of max value = 765). Red value is 39 (15.62% from 255 or 18.75% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #271099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #271099 is #D8EF66. Grayscale: #252525. Windows color (decimal): -14217063 or 10031143. OLE color: 10031143.

HSL color Cylindrical-coordinate representation of color #271099: hue angle of 250.07º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #271099 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 16 153 -
CMYK 0.75 0.90 0 0.4
HSL 250.07º 0.81% 0.33% -
HSV(B) 250.07º 0.9% 0.6% -
XYZ 6.77 3.1 30.38 -
YUV 38.5 192.62 128.36 -
System Red Green Blue C M Y K H S L
Decimal 39 16 153 0.75 0.90 0 0.4 250.07 0.81 0.33
Hex 27 10 99 4B 5A 0 28 FA 51 21
Octal 47 20 231 113 132 0 50 372 121 41
Binary 100111 10000 10011001 1001011 1011010 0 101000 11111010 1010001 100001

Color Harmonies of #271099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271099

Black with #271099

Text Example


Text Example

White with #271099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271099; }

 p { color: rgb(39,16,153); }

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

background-color css

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

 a { background-color: rgb(39,16,153); }

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

border-color css

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

 span { border-color: rgb(39,16,153); }

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