Html Css Color HEX #230270 Persian Indigo

📋 copy color: '#230270'

red 35 ◦ green 2 ◦ blue 112

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

Shades of Persian Indigo #230270

Tints of Persian Indigo #230270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 75.17%

R = 23.49%
G = 1.34%
B = 75.17%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#230270 (or 0x230270) is known color: Persian Indigo. HEX triplet: 23, 02 and 70. RGB value is (35,2,112). Sum of RGB (Red+Green+Blue) = 35+2+112=149 (19% of max value = 765). Red value is 35 (14.06% from 255 or 23.49% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 112 (44.14% from 255 or 75.17% from 149); Max value from RGB is 112 - color contains mainly: blue. Hex color #230270 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #230270 is #DCFD8F. Grayscale: #181818. Windows color (decimal): -14482832 or 7340579. OLE color: 7340579.

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

Color convert

RGB 35 2 112 -
CMYK 0.69 0.98 0 0.56
HSL 258º 0.96% 0.22% -
HSV(B) 258º 0.98% 0.44% -
XYZ 3.64 1.57 15.44 -
YUV 24.41 177.43 135.56 -
System Red Green Blue C M Y K H S L
Decimal 35 2 112 0.69 0.98 0 0.56 258 0.96 0.22
Hex 23 2 70 45 62 0 38 102 60 16
Octal 43 2 160 105 142 0 70 402 140 26
Binary 100011 10 1110000 1000101 1100010 0 111000 100000010 1100000 10110

Color Harmonies of #230270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230270

Black with #230270

Text Example


Text Example

White with #230270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230270; }

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

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

background-color css

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

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

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

border-color css

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

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

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