Html Css Color HEX #23106D Persian Indigo

📋 copy color: '#23106D'

red 35 ◦ green 16 ◦ blue 109

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

Shades of Persian Indigo #23106D

Tints of Persian Indigo #23106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10%

 BLUE value IS 109 (42.97% from 255) = 68.13%

R = 21.88%
G = 10%
B = 68.13%

CMYK

 C value IS 0.68

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#23106D (or 0x23106D) is known color: Persian Indigo. HEX triplet: 23, 10 and 6D. RGB value is (35,16,109). Sum of RGB (Red+Green+Blue) = 35+16+109=160 (21% of max value = 765). Red value is 35 (14.06% from 255 or 21.88% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 109 (42.97% from 255 or 68.12% from 160); Max value from RGB is 109 - color contains mainly: blue. Hex color #23106D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23106D is #DCEF92. Grayscale: #1F1F1F. Windows color (decimal): -14479251 or 7147555. OLE color: 7147555.

HSL color Cylindrical-coordinate representation of color #23106D: hue angle of 252.26º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23106D is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 35 16 109 -
CMYK 0.68 0.85 0 0.57
HSL 252.26º 0.74% 0.25% -
HSV(B) 252.26º 0.85% 0.43% -
XYZ 3.64 1.83 14.63 -
YUV 32.28 171.29 129.94 -
System Red Green Blue C M Y K H S L
Decimal 35 16 109 0.68 0.85 0 0.57 252.26 0.74 0.25
Hex 23 10 6D 44 55 0 39 FC 4A 19
Octal 43 20 155 104 125 0 71 374 112 31
Binary 100011 10000 1101101 1000100 1010101 0 111001 11111100 1001010 11001

Color Harmonies of #23106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23106D

Black with #23106D

Text Example


Text Example

White with #23106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,16,109); }

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

background-color css

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

 a { background-color: rgb(35,16,109); }

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

border-color css

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

 span { border-color: rgb(35,16,109); }

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