Html Css Color HEX #270495 Ultramarine

📋 copy color: '#270495'

red 39 ◦ green 4 ◦ blue 149

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

Shades of Ultramarine #270495

Tints of Ultramarine #270495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 77.6%

R = 20.31%
G = 2.08%
B = 77.6%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#270495 (or 0x270495) is known color: Ultramarine. HEX triplet: 27, 04 and 95. RGB value is (39,4,149). Sum of RGB (Red+Green+Blue) = 39+4+149=192 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.31% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 149 (58.59% from 255 or 77.60% from 192); Max value from RGB is 149 - color contains mainly: blue. Hex color #270495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #270495 is #D8FB6A. Grayscale: #1E1E1E. Windows color (decimal): -14220139 or 9765927. OLE color: 9765927.

HSL color Cylindrical-coordinate representation of color #270495: hue angle of 254.48º 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 #270495 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 39 4 149 -
CMYK 0.74 0.97 0 0.42
HSL 254.48º 0.95% 0.3% -
HSV(B) 254.48º 0.97% 0.58% -
XYZ 6.3 2.69 28.62 -
YUV 31 194.6 133.71 -
System Red Green Blue C M Y K H S L
Decimal 39 4 149 0.74 0.97 0 0.42 254.48 0.95 0.3
Hex 27 4 95 4A 61 0 2A FE 5F 1E
Octal 47 4 225 112 141 0 52 376 137 36
Binary 100111 100 10010101 1001010 1100001 0 101010 11111110 1011111 11110

Color Harmonies of #270495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #270495

Black with #270495

Text Example


Text Example

White with #270495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #270495; }

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

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

background-color css

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

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

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

border-color css

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

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

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