Html Css Color HEX #231158 Paua

📋 copy color: '#231158'

red 35 ◦ green 17 ◦ blue 88

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

Shades of Paua #231158

Tints of Paua #231158

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.14%

 BLUE value IS 88 (34.77% from 255) = 62.86%

R = 25%
G = 12.14%
B = 62.86%

CMYK

 C value IS 0.60

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#231158 (or 0x231158) is known color: Paua. HEX triplet: 23, 11 and 58. RGB value is (35,17,88). Sum of RGB (Red+Green+Blue) = 35+17+88=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #231158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231158 is #DCEEA7. Grayscale: #1E1E1E. Windows color (decimal): -14479016 or 5771555. OLE color: 5771555.

HSL color Cylindrical-coordinate representation of color #231158: hue angle of 255.21º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #231158 is Cyan = 0.60, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 17 88 -
CMYK 0.60 0.81 0 0.65
HSL 255.21º 0.68% 0.21% -
HSV(B) 255.21º 0.81% 0.35% -
XYZ 2.66 1.46 9.37 -
YUV 30.48 160.46 131.23 -
System Red Green Blue C M Y K H S L
Decimal 35 17 88 0.60 0.81 0 0.65 255.21 0.68 0.21
Hex 23 11 58 3C 51 0 41 FF 44 15
Octal 43 21 130 74 121 0 101 377 104 25
Binary 100011 10001 1011000 111100 1010001 0 1000001 11111111 1000100 10101

Color Harmonies of #231158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231158

Black with #231158

Text Example


Text Example

White with #231158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231158; }

 p { color: rgb(35,17,88); }

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

background-color css

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

 a { background-color: rgb(35,17,88); }

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

border-color css

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

 span { border-color: rgb(35,17,88); }

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