Html Css Color HEX #23125C Paua

📋 copy color: '#23125C'

red 35 ◦ green 18 ◦ blue 92

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

Shades of Paua #23125C

Tints of Paua #23125C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 63.45%

R = 24.14%
G = 12.41%
B = 63.45%

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

#23125C (or 0x23125C) is known color: Paua. HEX triplet: 23, 12 and 5C. RGB value is (35,18,92). Sum of RGB (Red+Green+Blue) = 35+18+92=145 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.14% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 92 (36.33% from 255 or 63.45% from 145); Max value from RGB is 92 - color contains mainly: blue. Hex color #23125C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23125C is #DCEDA3. Grayscale: #1F1F1F. Windows color (decimal): -14478756 or 6033955. OLE color: 6033955.

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

Color convert

RGB 35 18 92 -
CMYK 0.62 0.80 0 0.64
HSL 253.78º 0.67% 0.22% -
HSV(B) 253.78º 0.8% 0.36% -
XYZ 2.84 1.56 10.28 -
YUV 31.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 35 18 92 0.62 0.80 0 0.64 253.78 0.67 0.22
Hex 23 12 5C 3E 50 0 40 FE 43 16
Octal 43 22 134 76 120 0 100 376 103 26
Binary 100011 10010 1011100 111110 1010000 0 1000000 11111110 1000011 10110

Color Harmonies of #23125C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23125C

Black with #23125C

Text Example


Text Example

White with #23125C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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