Html Css Color HEX #23025D Persian Indigo

📋 copy color: '#23025D'

red 35 ◦ green 2 ◦ blue 93

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

Shades of Persian Indigo #23025D

Tints of Persian Indigo #23025D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.54%

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

R = 26.92%
G = 1.54%
B = 71.54%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23025D (or 0x23025D) is known color: Persian Indigo. HEX triplet: 23, 02 and 5D. RGB value is (35,2,93). Sum of RGB (Red+Green+Blue) = 35+2+93=130 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.92% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #23025D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23025D is #DCFDA2. Grayscale: #151515. Windows color (decimal): -14482851 or 6095395. OLE color: 6095395.

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

Color convert

RGB 35 2 93 -
CMYK 0.62 0.98 0 0.64
HSL 261.76º 0.96% 0.19% -
HSV(B) 261.76º 0.98% 0.36% -
XYZ 2.69 1.19 10.44 -
YUV 22.24 167.93 137.1 -
System Red Green Blue C M Y K H S L
Decimal 35 2 93 0.62 0.98 0 0.64 261.76 0.96 0.19
Hex 23 2 5D 3E 62 0 40 106 60 13
Octal 43 2 135 76 142 0 100 406 140 23
Binary 100011 10 1011101 111110 1100010 0 1000000 100000110 1100000 10011

Color Harmonies of #23025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23025D

Black with #23025D

Text Example


Text Example

White with #23025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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