Html Css Color HEX #23125D Paua

📋 copy color: '#23125D'

red 35 ◦ green 18 ◦ blue 93

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

Shades of Paua #23125D

Tints of Paua #23125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 63.7%

R = 23.97%
G = 12.33%
B = 63.7%

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

#23125D (or 0x23125D) is known color: Paua. HEX triplet: 23, 12 and 5D. RGB value is (35,18,93). Sum of RGB (Red+Green+Blue) = 35+18+93=146 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.97% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 93 (36.72% from 255 or 63.70% from 146); Max value from RGB is 93 - color contains mainly: blue. Hex color #23125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23125D is #DCEDA2. Grayscale: #1F1F1F. Windows color (decimal): -14478755 or 6099491. OLE color: 6099491.

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

Color convert

RGB 35 18 93 -
CMYK 0.62 0.81 0 0.64
HSL 253.6º 0.68% 0.22% -
HSV(B) 253.6º 0.81% 0.36% -
XYZ 2.89 1.58 10.51 -
YUV 31.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 35 18 93 0.62 0.81 0 0.64 253.6 0.68 0.22
Hex 23 12 5D 3E 51 0 40 FE 44 16
Octal 43 22 135 76 121 0 100 376 104 26
Binary 100011 10010 1011101 111110 1010001 0 1000000 11111110 1000100 10110

Color Harmonies of #23125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23125D

Black with #23125D

Text Example


Text Example

White with #23125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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