Html Css Color HEX #23125B Paua

📋 copy color: '#23125B'

red 35 ◦ green 18 ◦ blue 91

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

Shades of Paua #23125B

Tints of Paua #23125B

RGB

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

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

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

R = 24.31%
G = 12.5%
B = 63.19%

CMYK

 C value IS 0.62

 M value IS 0.80

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23125B (or 0x23125B) is known color: Paua. HEX triplet: 23, 12 and 5B. RGB value is (35,18,91). Sum of RGB (Red+Green+Blue) = 35+18+91=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 91 (35.94% from 255 or 63.19% from 144); Max value from RGB is 91 - color contains mainly: blue. Hex color #23125B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23125B is #DCEDA4. Grayscale: #1F1F1F. Windows color (decimal): -14478757 or 5968419. OLE color: 5968419.

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

Color convert

RGB 35 18 91 -
CMYK 0.62 0.80 0 0.64
HSL 253.97º 0.67% 0.21% -
HSV(B) 253.97º 0.8% 0.36% -
XYZ 2.8 1.55 10.05 -
YUV 31.41 161.63 130.56 -
System Red Green Blue C M Y K H S L
Decimal 35 18 91 0.62 0.80 0 0.64 253.97 0.67 0.21
Hex 23 12 5B 3E 50 0 40 FE 43 15
Octal 43 22 133 76 120 0 100 376 103 25
Binary 100011 10010 1011011 111110 1010000 0 1000000 11111110 1000011 10101

Color Harmonies of #23125B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23125B

Black with #23125B

Text Example


Text Example

White with #23125B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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