Html Css Color HEX #23115B Paua

📋 copy color: '#23115B'

red 35 ◦ green 17 ◦ blue 91

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

Shades of Paua #23115B

Tints of Paua #23115B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 63.64%

R = 24.48%
G = 11.89%
B = 63.64%

CMYK

 C value IS 0.62

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23115B (or 0x23115B) is known color: Paua. HEX triplet: 23, 11 and 5B. RGB value is (35,17,91). Sum of RGB (Red+Green+Blue) = 35+17+91=143 (18% of max value = 765). Red value is 35 (14.06% from 255 or 24.48% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 91 (35.94% from 255 or 63.64% from 143); Max value from RGB is 91 - color contains mainly: blue. Hex color #23115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23115B is #DCEEA4. Grayscale: #1E1E1E. Windows color (decimal): -14479013 or 5968163. OLE color: 5968163.

HSL color Cylindrical-coordinate representation of color #23115B: hue angle of 254.59º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #23115B is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 17 91 -
CMYK 0.62 0.81 0 0.64
HSL 254.59º 0.69% 0.21% -
HSV(B) 254.59º 0.81% 0.36% -
XYZ 2.78 1.51 10.04 -
YUV 30.82 161.96 130.98 -
System Red Green Blue C M Y K H S L
Decimal 35 17 91 0.62 0.81 0 0.64 254.59 0.69 0.21
Hex 23 11 5B 3E 51 0 40 FF 45 15
Octal 43 21 133 76 121 0 100 377 105 25
Binary 100011 10001 1011011 111110 1010001 0 1000000 11111111 1000101 10101

Color Harmonies of #23115B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23115B

Black with #23115B

Text Example


Text Example

White with #23115B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23115B; }

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

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

background-color css

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

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

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

border-color css

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

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

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