Html Css Color HEX #23036D Persian Indigo

📋 copy color: '#23036D'

red 35 ◦ green 3 ◦ blue 109

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

Shades of Persian Indigo #23036D

Tints of Persian Indigo #23036D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.04%

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

R = 23.81%
G = 2.04%
B = 74.15%

CMYK

 C value IS 0.68

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#23036D (or 0x23036D) is known color: Persian Indigo. HEX triplet: 23, 03 and 6D. RGB value is (35,3,109). Sum of RGB (Red+Green+Blue) = 35+3+109=147 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.81% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 109 (42.97% from 255 or 74.15% from 147); Max value from RGB is 109 - color contains mainly: blue. Hex color #23036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23036D is #DCFC92. Grayscale: #181818. Windows color (decimal): -14482579 or 7144227. OLE color: 7144227.

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

Color convert

RGB 35 3 109 -
CMYK 0.68 0.97 0 0.57
HSL 258.11º 0.95% 0.22% -
HSV(B) 258.11º 0.97% 0.43% -
XYZ 3.49 1.53 14.58 -
YUV 24.65 175.6 135.38 -
System Red Green Blue C M Y K H S L
Decimal 35 3 109 0.68 0.97 0 0.57 258.11 0.95 0.22
Hex 23 3 6D 44 61 0 39 102 5F 16
Octal 43 3 155 104 141 0 71 402 137 26
Binary 100011 11 1101101 1000100 1100001 0 111001 100000010 1011111 10110

Color Harmonies of #23036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23036D

Black with #23036D

Text Example


Text Example

White with #23036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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