Html Css Color HEX #23015D Persian Indigo

📋 copy color: '#23015D'

red 35 ◦ green 1 ◦ blue 93

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

Shades of Persian Indigo #23015D

Tints of Persian Indigo #23015D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.78%

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

R = 27.13%
G = 0.78%
B = 72.09%

CMYK

 C value IS 0.62

 M value IS 0.99

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23015D (or 0x23015D) is known color: Persian Indigo. HEX triplet: 23, 01 and 5D. RGB value is (35,1,93). Sum of RGB (Red+Green+Blue) = 35+1+93=129 (17% of max value = 765). Red value is 35 (14.06% from 255 or 27.13% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #23015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23015D is #DCFEA2. Grayscale: #151515. Windows color (decimal): -14483107 or 6095139. OLE color: 6095139.

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

Color convert

RGB 35 1 93 -
CMYK 0.62 0.99 0 0.64
HSL 262.17º 0.98% 0.18% -
HSV(B) 262.17º 0.99% 0.36% -
XYZ 2.68 1.17 10.44 -
YUV 21.65 168.26 137.52 -
System Red Green Blue C M Y K H S L
Decimal 35 1 93 0.62 0.99 0 0.64 262.17 0.98 0.18
Hex 23 1 5D 3E 63 0 40 106 62 12
Octal 43 1 135 76 143 0 100 406 142 22
Binary 100011 1 1011101 111110 1100011 0 1000000 100000110 1100010 10010

Color Harmonies of #23015D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23015D

Black with #23015D

Text Example


Text Example

White with #23015D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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