Html Css Color HEX #231271 Midnight Blue

📋 copy color: '#231271'

red 35 ◦ green 18 ◦ blue 113

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

Shades of Midnight Blue #231271

Tints of Midnight Blue #231271

RGB

 RED value IS 35 (14.06% from 255) = 21.08%

 GREEN value IS 18 (7.42% from 255) = 10.84%

 BLUE value IS 113 (44.53% from 255) = 68.07%

R = 21.08%
G = 10.84%
B = 68.07%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#231271 (or 0x231271) is known color: Midnight Blue. HEX triplet: 23, 12 and 71. RGB value is (35,18,113). Sum of RGB (Red+Green+Blue) = 35+18+113=166 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.08% from 166); Green value is 18 (7.42% from 255 or 10.84% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #231271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231271 is #DCED8E. Grayscale: #212121. Windows color (decimal): -14478735 or 7410211. OLE color: 7410211.

HSL color Cylindrical-coordinate representation of color #231271: hue angle of 250.74º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #231271 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 18 113 -
CMYK 0.69 0.84 0 0.56
HSL 250.74º 0.73% 0.26% -
HSV(B) 250.74º 0.84% 0.44% -
XYZ 3.89 1.98 15.8 -
YUV 33.91 172.63 128.78 -
System Red Green Blue C M Y K H S L
Decimal 35 18 113 0.69 0.84 0 0.56 250.74 0.73 0.26
Hex 23 12 71 45 54 0 38 FB 49 1A
Octal 43 22 161 105 124 0 70 373 111 32
Binary 100011 10010 1110001 1000101 1010100 0 111000 11111011 1001001 11010

Color Harmonies of #231271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231271

Black with #231271

Text Example


Text Example

White with #231271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231271; }

 p { color: rgb(35,18,113); }

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

background-color css

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

 a { background-color: rgb(35,18,113); }

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

border-color css

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

 span { border-color: rgb(35,18,113); }

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