Html Css Color HEX #27235C Paua

📋 copy color: '#27235C'

red 39 ◦ green 35 ◦ blue 92

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

Shades of Paua #27235C

Tints of Paua #27235C

RGB

 RED value IS 39 (15.63% from 255) = 23.49%

 GREEN value IS 35 (14.06% from 255) = 21.08%

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

R = 23.49%
G = 21.08%
B = 55.42%

CMYK

 C value IS 0.58

 M value IS 0.62

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#27235C (or 0x27235C) is known color: Paua. HEX triplet: 27, 23 and 5C. RGB value is (39,35,92). Sum of RGB (Red+Green+Blue) = 39+35+92=166 (21% of max value = 765). Red value is 39 (15.62% from 255 or 23.49% from 166); Green value is 35 (14.06% from 255 or 21.08% from 166); Blue value is 92 (36.33% from 255 or 55.42% from 166); Max value from RGB is 92 - color contains mainly: blue. Hex color #27235C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #27235C is #D8DCA3. Grayscale: #2A2A2A. Windows color (decimal): -14212260 or 6038311. OLE color: 6038311.

HSL color Cylindrical-coordinate representation of color #27235C: hue angle of 244.21º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #27235C is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 39 35 92 -
CMYK 0.58 0.62 0 0.64
HSL 244.21º 0.45% 0.25% -
HSV(B) 244.21º 0.62% 0.36% -
XYZ 3.37 2.41 10.41 -
YUV 42.69 155.83 125.37 -
System Red Green Blue C M Y K H S L
Decimal 39 35 92 0.58 0.62 0 0.64 244.21 0.45 0.25
Hex 27 23 5C 3A 3E 0 40 F4 2D 19
Octal 47 43 134 72 76 0 100 364 55 31
Binary 100111 100011 1011100 111010 111110 0 1000000 11110100 101101 11001

Color Harmonies of #27235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27235C

Black with #27235C

Text Example


Text Example

White with #27235C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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