Html Css Color HEX #23015E Persian Indigo

📋 copy color: '#23015E'

red 35 ◦ green 1 ◦ blue 94

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

Shades of Persian Indigo #23015E

Tints of Persian Indigo #23015E

RGB

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

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

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

R = 26.92%
G = 0.77%
B = 72.31%

CMYK

 C value IS 0.63

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23015E (or 0x23015E) is known color: Persian Indigo. HEX triplet: 23, 01 and 5E. RGB value is (35,1,94). Sum of RGB (Red+Green+Blue) = 35+1+94=130 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.92% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 94 (37.11% from 255 or 72.31% from 130); Max value from RGB is 94 - color contains mainly: blue. Hex color #23015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #23015E is #DCFEA1. Grayscale: #151515. Windows color (decimal): -14483106 or 6160675. OLE color: 6160675.

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

Color convert

RGB 35 1 94 -
CMYK 0.63 0.99 0 0.63
HSL 261.94º 0.98% 0.19% -
HSV(B) 261.94º 0.99% 0.37% -
XYZ 2.72 1.19 10.68 -
YUV 21.77 168.76 137.44 -
System Red Green Blue C M Y K H S L
Decimal 35 1 94 0.63 0.99 0 0.63 261.94 0.98 0.19
Hex 23 1 5E 3F 63 0 3F 106 62 13
Octal 43 1 136 77 143 0 77 406 142 23
Binary 100011 1 1011110 111111 1100011 0 111111 100000110 1100010 10011

Color Harmonies of #23015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23015E

Black with #23015E

Text Example


Text Example

White with #23015E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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