Html Css Color HEX #2F1F9D Ultramarine

📋 copy color: '#2F1F9D'

red 47 ◦ green 31 ◦ blue 157

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

Shades of Ultramarine #2F1F9D

Tints of Ultramarine #2F1F9D

RGB

 RED value IS 47 (18.75% from 255) = 20%

 GREEN value IS 31 (12.5% from 255) = 13.19%

 BLUE value IS 157 (61.72% from 255) = 66.81%

R = 20%
G = 13.19%
B = 66.81%

CMYK

 C value IS 0.70

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2F1F9D (or 0x2F1F9D) is known color: Ultramarine. HEX triplet: 2F, 1F and 9D. RGB value is (47,31,157). Sum of RGB (Red+Green+Blue) = 47+31+157=235 (31% of max value = 765). Red value is 47 (18.75% from 255 or 20% from 235); Green value is 31 (12.5% from 255 or 13.19% from 235); Blue value is 157 (61.72% from 255 or 66.81% from 235); Max value from RGB is 157 - color contains mainly: blue. Hex color #2F1F9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F1F9D is #D0E062. Grayscale: #313131. Windows color (decimal): -13688931 or 10297135. OLE color: 10297135.

HSL color Cylindrical-coordinate representation of color #2F1F9D: hue angle of 247.62º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F1F9D is Cyan = 0.70, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 47 31 157 -
CMYK 0.70 0.80 0 0.38
HSL 247.62º 0.67% 0.37% -
HSV(B) 247.62º 0.8% 0.62% -
XYZ 7.75 4.02 32.27 -
YUV 50.15 188.3 125.75 -
System Red Green Blue C M Y K H S L
Decimal 47 31 157 0.70 0.80 0 0.38 247.62 0.67 0.37
Hex 2F 1F 9D 46 50 0 26 F8 43 25
Octal 57 37 235 106 120 0 46 370 103 45
Binary 101111 11111 10011101 1000110 1010000 0 100110 11111000 1000011 100101

Color Harmonies of #2F1F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F1F9D

Black with #2F1F9D

Text Example


Text Example

White with #2F1F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F1F9D; }

 p { color: rgb(47,31,157); }

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

background-color css

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

 a { background-color: rgb(47,31,157); }

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

border-color css

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

 span { border-color: rgb(47,31,157); }

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