Html Css Color HEX #230071 Persian Indigo

📋 copy color: '#230071'

red 35 ◦ green 0 ◦ blue 113

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

Shades of Persian Indigo #230071

Tints of Persian Indigo #230071

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 76.35%

R = 23.65%
G = 0%
B = 76.35%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#230071 (or 0x230071) is known color: Persian Indigo. HEX triplet: 23, 00 and 71. RGB value is (35,0,113). Sum of RGB (Red+Green+Blue) = 35+0+113=148 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.65% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 113 (44.53% from 255 or 76.35% from 148); Max value from RGB is 113 - color contains mainly: blue. Hex color #230071 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230071 is #DCFF8E. Grayscale: #161616. Windows color (decimal): -14483343 or 7405603. OLE color: 7405603.

HSL color Cylindrical-coordinate representation of color #230071: hue angle of 258.58º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #230071 is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 35 0 113 -
CMYK 0.69 1 0 0.56
HSL 258.58º 1% 0.22% -
HSV(B) 258.58º 1% 0.44% -
XYZ 3.67 1.55 15.73 -
YUV 23.35 178.6 136.31 -
System Red Green Blue C M Y K H S L
Decimal 35 0 113 0.69 1 0 0.56 258.58 1 0.22
Hex 23 0 71 45 64 0 38 103 64 16
Octal 43 0 161 105 144 0 70 403 144 26
Binary 100011 0 1110001 1000101 1100100 0 111000 100000011 1100100 10110

Color Harmonies of #230071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230071

Black with #230071

Text Example


Text Example

White with #230071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230071; }

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

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

background-color css

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

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

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

border-color css

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

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

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