Html Css Color HEX #23035E Persian Indigo

📋 copy color: '#23035E'

red 35 ◦ green 3 ◦ blue 94

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

Shades of Persian Indigo #23035E

Tints of Persian Indigo #23035E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 71.21%

R = 26.52%
G = 2.27%
B = 71.21%

CMYK

 C value IS 0.63

 M value IS 0.97

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23035E (or 0x23035E) is known color: Persian Indigo. HEX triplet: 23, 03 and 5E. RGB value is (35,3,94). Sum of RGB (Red+Green+Blue) = 35+3+94=132 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.52% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 94 (37.11% from 255 or 71.21% from 132); Max value from RGB is 94 - color contains mainly: blue. Hex color #23035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23035E is #DCFCA1. Grayscale: #161616. Windows color (decimal): -14482594 or 6161187. OLE color: 6161187.

HSL color Cylindrical-coordinate representation of color #23035E: hue angle of 261.1º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #23035E is Cyan = 0.63, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 3 94 -
CMYK 0.63 0.97 0 0.63
HSL 261.1º 0.94% 0.19% -
HSV(B) 261.1º 0.97% 0.37% -
XYZ 2.75 1.23 10.68 -
YUV 22.94 168.1 136.6 -
System Red Green Blue C M Y K H S L
Decimal 35 3 94 0.63 0.97 0 0.63 261.1 0.94 0.19
Hex 23 3 5E 3F 61 0 3F 105 5E 13
Octal 43 3 136 77 141 0 77 405 136 23
Binary 100011 11 1011110 111111 1100001 0 111111 100000101 1011110 10011

Color Harmonies of #23035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23035E

Black with #23035E

Text Example


Text Example

White with #23035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23035E; }

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

 H1.HeaderClassName
 {
   color: #23035E;
 }
 .AnyTagClassName
 {
   color: #23035E;
 }
</style>

background-color css

<style>
 a { background-color: #23035E; }

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

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

border-color css

<style>
 span { border-color: #23035E; }

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

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