Html Css Color HEX #23005D Persian Indigo

📋 copy color: '#23005D'

red 35 ◦ green 0 ◦ blue 93

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

Shades of Persian Indigo #23005D

Tints of Persian Indigo #23005D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 27.34%
G = 0%
B = 72.66%

CMYK

 C value IS 0.62

 M value IS 1

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23005D (or 0x23005D) is known color: Persian Indigo. HEX triplet: 23, 00 and 5D. RGB value is (35,0,93). Sum of RGB (Red+Green+Blue) = 35+0+93=128 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.34% from 128); Green value is 0 (0.39% from 255 or 0% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #23005D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23005D is #DCFFA2. Grayscale: #141414. Windows color (decimal): -14483363 or 6094883. OLE color: 6094883.

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

Color convert

RGB 35 0 93 -
CMYK 0.62 1 0 0.64
HSL 262.58º 1% 0.18% -
HSV(B) 262.58º 1% 0.36% -
XYZ 2.67 1.15 10.44 -
YUV 21.07 168.6 137.94 -
System Red Green Blue C M Y K H S L
Decimal 35 0 93 0.62 1 0 0.64 262.58 1 0.18
Hex 23 0 5D 3E 64 0 40 107 64 12
Octal 43 0 135 76 144 0 100 407 144 22
Binary 100011 0 1011101 111110 1100100 0 1000000 100000111 1100100 10010

Color Harmonies of #23005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23005D

Black with #23005D

Text Example


Text Example

White with #23005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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