Html Css Color HEX #270399 Ultramarine

📋 copy color: '#270399'

red 39 ◦ green 3 ◦ blue 153

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

Shades of Ultramarine #270399

Tints of Ultramarine #270399

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.54%

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

R = 20%
G = 1.54%
B = 78.46%

CMYK

 C value IS 0.75

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#270399 (or 0x270399) is known color: Ultramarine. HEX triplet: 27, 03 and 99. RGB value is (39,3,153). Sum of RGB (Red+Green+Blue) = 39+3+153=195 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20% from 195); Green value is 3 (1.56% from 255 or 1.54% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #270399 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270399 is #D8FC66. Grayscale: #1E1E1E. Windows color (decimal): -14220391 or 10027815. OLE color: 10027815.

HSL color Cylindrical-coordinate representation of color #270399: hue angle of 254.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #270399 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 39 3 153 -
CMYK 0.75 0.98 0 0.4
HSL 254.4º 0.96% 0.31% -
HSV(B) 254.4º 0.98% 0.6% -
XYZ 6.62 2.8 30.33 -
YUV 30.86 196.93 133.8 -
System Red Green Blue C M Y K H S L
Decimal 39 3 153 0.75 0.98 0 0.4 254.4 0.96 0.31
Hex 27 3 99 4B 62 0 28 FE 60 1F
Octal 47 3 231 113 142 0 50 376 140 37
Binary 100111 11 10011001 1001011 1100010 0 101000 11111110 1100000 11111

Color Harmonies of #270399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270399

Black with #270399

Text Example


Text Example

White with #270399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270399; }

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

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

background-color css

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

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

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

border-color css

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

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

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