Html Css Color HEX #23016C Persian Indigo

📋 copy color: '#23016C'

red 35 ◦ green 1 ◦ blue 108

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

Shades of Persian Indigo #23016C

Tints of Persian Indigo #23016C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.69%

 BLUE value IS 108 (42.58% from 255) = 75%

R = 24.31%
G = 0.69%
B = 75%

CMYK

 C value IS 0.68

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#23016C (or 0x23016C) is known color: Persian Indigo. HEX triplet: 23, 01 and 6C. RGB value is (35,1,108). Sum of RGB (Red+Green+Blue) = 35+1+108=144 (19% of max value = 765). Red value is 35 (14.06% from 255 or 24.31% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 108 (42.58% from 255 or 75% from 144); Max value from RGB is 108 - color contains mainly: blue. Hex color #23016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23016C is #DCFE93. Grayscale: #161616. Windows color (decimal): -14483092 or 7078179. OLE color: 7078179.

HSL color Cylindrical-coordinate representation of color #23016C: hue angle of 259.07º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #23016C is Cyan = 0.68, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 35 1 108 -
CMYK 0.68 0.99 0 0.58
HSL 259.07º 0.98% 0.21% -
HSV(B) 259.07º 0.99% 0.42% -
XYZ 3.41 1.46 14.29 -
YUV 23.36 175.76 136.3 -
System Red Green Blue C M Y K H S L
Decimal 35 1 108 0.68 0.99 0 0.58 259.07 0.98 0.21
Hex 23 1 6C 44 63 0 3A 103 62 15
Octal 43 1 154 104 143 0 72 403 142 25
Binary 100011 1 1101100 1000100 1100011 0 111010 100000011 1100010 10101

Color Harmonies of #23016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23016C

Black with #23016C

Text Example


Text Example

White with #23016C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,1,108); }

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

background-color css

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

 a { background-color: rgb(35,1,108); }

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

border-color css

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

 span { border-color: rgb(35,1,108); }

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