Html Css Color HEX #23035D Persian Indigo

📋 copy color: '#23035D'

red 35 ◦ green 3 ◦ blue 93

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

Shades of Persian Indigo #23035D

Tints of Persian Indigo #23035D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 70.99%

R = 26.72%
G = 2.29%
B = 70.99%

CMYK

 C value IS 0.62

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23035D (or 0x23035D) is known color: Persian Indigo. HEX triplet: 23, 03 and 5D. RGB value is (35,3,93). Sum of RGB (Red+Green+Blue) = 35+3+93=131 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.72% from 131); Green value is 3 (1.56% from 255 or 2.29% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #23035D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23035D is #DCFCA2. Grayscale: #161616. Windows color (decimal): -14482595 or 6095651. OLE color: 6095651.

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

Color convert

RGB 35 3 93 -
CMYK 0.62 0.97 0 0.64
HSL 261.33º 0.94% 0.19% -
HSV(B) 261.33º 0.97% 0.36% -
XYZ 2.7 1.21 10.45 -
YUV 22.83 167.6 136.68 -
System Red Green Blue C M Y K H S L
Decimal 35 3 93 0.62 0.97 0 0.64 261.33 0.94 0.19
Hex 23 3 5D 3E 61 0 40 105 5E 13
Octal 43 3 135 76 141 0 100 405 136 23
Binary 100011 11 1011101 111110 1100001 0 1000000 100000101 1011110 10011

Color Harmonies of #23035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23035D

Black with #23035D

Text Example


Text Example

White with #23035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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