Html Css Color HEX #270493 Ultramarine

📋 copy color: '#270493'

red 39 ◦ green 4 ◦ blue 147

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

Shades of Ultramarine #270493

Tints of Ultramarine #270493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.11%

 BLUE value IS 147 (57.81% from 255) = 77.37%

R = 20.53%
G = 2.11%
B = 77.37%

CMYK

 C value IS 0.73

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#270493 (or 0x270493) is known color: Ultramarine. HEX triplet: 27, 04 and 93. RGB value is (39,4,147). Sum of RGB (Red+Green+Blue) = 39+4+147=190 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.53% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #270493 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270493 is #D8FB6C. Grayscale: #1E1E1E. Windows color (decimal): -14220141 or 9634855. OLE color: 9634855.

HSL color Cylindrical-coordinate representation of color #270493: hue angle of 254.69º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #270493 is Cyan = 0.73, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 4 147 -
CMYK 0.73 0.97 0 0.42
HSL 254.69º 0.95% 0.3% -
HSV(B) 254.69º 0.97% 0.58% -
XYZ 6.15 2.62 27.79 -
YUV 30.77 193.6 133.87 -
System Red Green Blue C M Y K H S L
Decimal 39 4 147 0.73 0.97 0 0.42 254.69 0.95 0.3
Hex 27 4 93 49 61 0 2A FF 5F 1E
Octal 47 4 223 111 141 0 52 377 137 36
Binary 100111 100 10010011 1001001 1100001 0 101010 11111111 1011111 11110

Color Harmonies of #270493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270493

Black with #270493

Text Example


Text Example

White with #270493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270493; }

 p { color: rgb(39,4,147); }

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

background-color css

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

 a { background-color: rgb(39,4,147); }

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

border-color css

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

 span { border-color: rgb(39,4,147); }

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