Html Css Color HEX #271C99 Ultramarine

📋 copy color: '#271C99'

red 39 ◦ green 28 ◦ blue 153

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

Shades of Ultramarine #271C99

Tints of Ultramarine #271C99

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.73%

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

R = 17.73%
G = 12.73%
B = 69.55%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#271C99 (or 0x271C99) is known color: Ultramarine. HEX triplet: 27, 1C and 99. RGB value is (39,28,153). Sum of RGB (Red+Green+Blue) = 39+28+153=220 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.73% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #271C99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #271C99 is #D8E366. Grayscale: #2D2D2D. Windows color (decimal): -14213991 or 10034215. OLE color: 10034215.

HSL color Cylindrical-coordinate representation of color #271C99: hue angle of 245.28º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #271C99 is Cyan = 0.75, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 28 153 -
CMYK 0.75 0.82 0 0.4
HSL 245.28º 0.69% 0.35% -
HSV(B) 245.28º 0.82% 0.6% -
XYZ 7 3.56 30.46 -
YUV 45.54 188.64 123.34 -
System Red Green Blue C M Y K H S L
Decimal 39 28 153 0.75 0.82 0 0.4 245.28 0.69 0.35
Hex 27 1C 99 4B 52 0 28 F5 45 23
Octal 47 34 231 113 122 0 50 365 105 43
Binary 100111 11100 10011001 1001011 1010010 0 101000 11110101 1000101 100011

Color Harmonies of #271C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #271C99

Black with #271C99

Text Example


Text Example

White with #271C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #271C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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